Grokking JavaScript Fundamentals
Ask Author
Back to course home

0% completed

Vote For New Content
Quiz
Quiz

How do you write an if statement in JavaScript?

if x > 10 then...
if (x > 10)...
if x > 10 : ...
if: x > 10...

.....

.....

.....

Like the course? Get enrolled and start learning!