JavaScript Numbers Lab

Easy
24
7
63.5% Acceptance

In this lab, you will practice working with JavaScript numbers. You'll create variables with numeric values, perform a basic arithmetic operation (addition), and finally create a simple function to add two numbers dynamically.

This lab aims to help you understand and get comfortable with basic JavaScript data types, specifically numbers, and how to work with them.

Make sure to export all the variables and the function you've created, they would be directly used for testing your code. This lab uses ESM Syntax.

If you're not faimilar with ESM, you can check out this article