mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-01-12 15:03:20 -05:00
303 B
303 B
title
| title |
|---|
| Add Two Numbers with JavaScript |
Add Two Numbers with JavaScript
JavaScript uses the + symbol for addition.
var sum = 10 + 10; //sum gets the value 20