Wayne Kao
Resultados
1
preguntas formuladas por
Wayne Kao
Métodos privados de JavaScript
34
respuestas
550
votos
469.9k
vistas
Para crear una clase de JavaScript con un método público, haría algo como: function Restaurant() {} Restaurant.prototype.buy_food = function(){ // something here } Restaurant.prototype.use_restroom = function(){ // something here }