Grokking JavaScript Fundamentals
Ask Author
Back to course home

0% completed

Vote For New Content
Quiz
On this page
How do you write an if statement in JavaScript?
A
if x > 10 then...
B
if (x > 10)...
C
if x > 10 : ...
D
if: x > 10...

.....

.....

.....

Like the course? Get enrolled and start learning!

On this page