Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions learn.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,18 @@
"duration": 4,
"preview": "https://github.com/4GeeksAcademy/object-oriented-javascript-tutorial-exercises/blob/master/.learn/assets/preview.png?raw=true",
"projectType": "tutorial",
"autoPlay": "true",
"description": {
"us": "Learn how objects and classes work and why they are so usefull in coding.",
"es": "Aprende como funcionan los objetos y clases, y por qué son tan útiles en programación."
"us": "Learn object-oriented programming (OOP) in JavaScript by creating classes, instances, and properties. Explore how to define constructors, apply methods, and work with practical class examples. Understand the fundamentals of OOP, including encapsulation and basic object structures to enhance your coding skills.",
"es": "Aprende programación orientada a objetos (OOP) en JavaScript creando clases, instancias y propiedades. Explora cómo definir constructores, aplicar métodos y trabajar con ejemplos prácticos de clases. Entiende los fundamentos de OOP, incluyendo la encapsulación y las estructuras básicas de objetos para mejorar tus habilidades de programación."
},
"title": {
"us": "Object Oriented Programing In Javascript",
"es": "Programación Orientada a Objetos en Javascript"
},
"slug": "object-oriented-programing-in-javascript",
"videoSolutions": false,
"technologies": ["Javascript", "HTML and CSS", "React.js"],
"bugsLink": "https://github.com/learnpack/learnpack/issues/new",
"skills": ["algorithms"],
"editor": {
Expand Down