Course
Clicks, motion, and interactivity — bring your page to life.
Start learning
What is JavaScript?
JavaScript · Lesson 1 / 17
<script>
alert()
let
const
getElementById()
textContent
addEventListener()
click
console.log()
+
-
*
/
if
else
===
!==
Math.random()
Math.floor()
else if
setTimeout()
setInterval()
clearInterval()
clearTimeout()
[]
length
push()
for
function
return
{}
value
Number()
localStorage
setItem()
getItem()
JSON.parse()
JSON.stringify()
fetch()
await
response.json()