In this task, you will be practicing creating variables, discovering different data types in JavaScript, using string interpolation to manipulate strings, learning how logical operators work, and solving some arithmetic operators.
To get started, please follow the instructions below:
- Fork this repository by clicking on the "Fork" button on the top right corner of the page
- Clone the repository to your local machine by running git clone in your terminal
- Navigate to the cloned repository using the cd command in your terminal
- Uncomment the link to the file you want to test in the HTML file to see the result of the console in the browser console
- Start by working on the variables.js file, then move on to arithmetic-operators.js, and finally to logical-operators.js.
This repository contains the following files, each with a set of tasks:
- variables.js: Contains tasks related to creating variables and discovering data types in JavaScript.
- logical-operators.js: Contains tasks related to logical operators in JavaScript.
- arithmetic-operators.js: Contains tasks related to arithmetic operators in JavaScript.
Please read and follow the steps carefully to complete each task.
After completing the tasks, please follow the instructions below to submit your work:
- Run git add . in your terminal to track the changes
- Run git commit -m "" to stage the changes
- Run git push to push the changes to your forked repository
- Create a pull request to submit your work for review
Please note that you must fork the repository before cloning it.
Here are some resources that you may find helpful:
- JavaScript.info: Variables
- MDN Web Docs: Data Types
- MDN Web Docs: Basic math in JavaScript
- JavaScript.info: Basic operators, math
- MDN Web Docs: String Interpolation
Enjoy the journey! 😀