Jul 3, 2024
console.log()
, console.error()
, console.warn()
, etc.const
for unchangeable variables, let
for reassignable variablestypeof
operator+
, Template literals (`
).length
, .toUpperCase()
, .toLowerCase()
, .substring()
, .split()
[]
, Array constructor new Array()
.length
, .push()
, .pop()
, .unshift()
, .indexOf()
JSON.stringify()
, JSON.parse()
function
, Arrow functions =>
function
and this
document.querySelector()
, document.querySelectorAll()
, document.getElementById()
, etc..textContent
, .innerHTML
, .style
.addEventListener()
, click
, mouseover
, mouseout
, etc.