Created
November 18, 2019 16:59
-
-
Save sbstn-jmnz/a050161ff6adcc2dbbaffffedcf745c4 to your computer and use it in GitHub Desktop.
Boolean Intro a Javascript
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var a = 'some string' | |
var say_hello = function(name){ | |
console.log('Hola ' + name); | |
} | |
var simple_object = { | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment