JavaScript Assignment: Build a Simple Calculator

Objective

Write a JavaScript program that uses functions with parameters and return values to perform basic arithmetic operations.

Instructions

Try It Out