scrimba
Learn Basic JavaScript
Use Multiple Conditional (Ternary) Operators
Go Pro!Bootcamp

Bootcamp

Study group

Collaborate with peers in your dedicated #study-group channel.

Code reviews

Submit projects for review using the /review command in your #code-reviews channel

Use Multiple Conditional (Ternary) Operators
AboutCommentsNotes
Use Multiple Conditional (Ternary) Operators
Expand for more info
index.js
run
preview
console
function checkSign(num) {

}

checkSign(10);
Console
11
,
index.html
-1:57