About Cacher
Web App
Download
Sign In
Sign Up
menu
Cacher is the code snippet organizer for pro developers
We empower you and your team to get more done, faster
Learn More
parm530
4/13/2020 - 6:13 PM
share
Share
add_circle_outline
Save
Lesson 2: Variables
var.md
content_copy
file_download
Rendered
Source
Variables
Created using the
var
keyword
Ex: var hello = "Hello World!"
Constant
Use keyword
let
to signify a variable to be a constant (not changing)
clear