- Objective - To create a shape-printer using
console.log. - Purpose - To establish familiarity with basic Javascript.
- Description
- You are provided with a file located at
./assets/js/numbers.js - Edit the file by defining the respective function-stub.
- The objective is to create a program which can parse a
Stringrepresentative of an arithmetic expressions and return a respective numeric value.
- You are provided with a file located at
- Begin by forking this project into a personal repository.
- To do this, click the
Forkbutton located at the top right of this page.
- To do this, click the
- Navigate to your github profile to find the newly forked repository.
- Clone the repository from your account into the
~/devdirectory. - Open the newly cloned project in a code editor (Visual Studio Code, for example).
- Upon cloning the project, from a browser, open the
./index.htmllocated at the root of the project. - From the browser, open the insepctor-tools.
- The inspector tools should reveal
logmessages fromconsoledisplaying anexpectedOutputand anactualOutput. - Modify
./assets/js/numbers.jsto ensure that theexpectedOutputandactualOutputare the same.
- Upon completion, submit a pull request from your repository to this remote repository.
