“está orientado a objetos JS” Código de respuesta

está orientado a objetos JS

JavaScript is a prototype based object oriented language, 
  which means it doesnt have classes rather it define 
  behaviors using constructor function and then reuse 
it using the prototype.
Glamorous Guanaco

¿Es JavaScript un lenguaje orientado a objetos?

Javascript IS AN object oriented language, thus it defines behaviors
using constructor functions.
Water Coder

Ups en JavaScript

const book = {   title: "Hippie",       author: "Paulo Coelho",     year: "2018"}
Amused Anaconda

Respuestas similares a “está orientado a objetos JS”

Preguntas similares a “está orientado a objetos JS”

Más respuestas relacionadas con “está orientado a objetos JS” en JavaScript

Explore las respuestas de código populares por idioma

Explorar otros lenguajes de código