scrimba
Introduction to JavaScript
Arithmetic Operators in JavaScript
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

Arithmetic Operators in JavaScript
AboutCommentsNotes
Arithmetic Operators in JavaScript
Expand for more info
index.js
run
preview
console
let example1 = 5;

console.log(example1)
Console
5
,
index.html
-1:44