Read-Only Mode: Your progress will not be saved, and certain functions are unavailable. Sign up to access the full features of Cratecode.
By: Cratecode
Now that we know about data types and variables, let's put everything together and build a basic calculator. This calculator will take two strings, convert them to numbers, add them together, then output them to the console. Open up index.js
to get started!
Output is unavailable in read-only mode.
AI Assistant