scrimba
Learn Modern JavaScript
Create an Export Fallback with export default
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

Create an Export Fallback with export default
AboutCommentsNotes
Create an Export Fallback with export default
Expand for more info
index.js
run
preview
console
function subtract(x,y) {return x - y;}
Console
index.html
-0:32