Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- JavaScript reference types
- ! 'use strict'
- const num = 1
- const str = '1'
- const bool = true
- const nada = null
- let yetToBeDefined
- console.log('num is: ', num)
- get link:
- https://lnkload.com/2pvOO
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement