Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 236 Bytes

File metadata and controls

6 lines (6 loc) · 236 Bytes

ES6

let // definition operator like var-global scoope doesnt effected 
const // define variable, array or object that cant mutable instead of refering directly
Object.freeze // freeze object, array or variable for mutation.