mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-06-01 04:02:05 -04:00
184 B
184 B
title
| title |
|---|
| Add Two Numbers with JavaScript |
JavaScript uses the + symbol for addition. It can also be used instead of parseInt() but that is beyond this.
var sum = 10 + 10;