scrimba
Object Oriented Programming in JavaScript
Basic JavaScript Object
Go Pro!Bootcamp

Bootcamp

Study group

Collaborate with peers in your dedicated #study-group channel.

Code reviews

Submit projects for review using the /review command in your #code-reviews channel

Basic JavaScript Object
AboutCommentsNotes
Basic JavaScript Object
Expand for more info
index.js
run
preview
console
// Questions? contact me on Twitter:
// @the_brianb

// freeCodeCamp challenge: https://learn.freecodecamp.org/javascript-algorithms-and-data-structures/object-oriented-programming/create-a-basic-javascript-object



console.log("");
Console
"Hello from JavaScript"
,
index.html
-2:44