JavaScript Cheat Sheet
Variables: let,const,var
Data Types: String,Number,Boolean,Array,Object,Null,Undefined
Functions, Conditions, Loops
Arrays: push,pop,map,filter,find
Objects
DOM: getElementById,querySelector,innerHTML,textContent,style
Events:addEventListener
Async: async/await, fetch
Promises: then/catch
Utilities: [Link],setTimeout,setInterval,Math,JSON