Skip to content

Commit

Permalink
feat: improve lesson overview items content
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Younger <[email protected]>
  • Loading branch information
NikitaRevenco and fortypercenttitanium authored Aug 21, 2024
1 parent ba0c1b3 commit 7ae0e97
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions foundations/javascript_basics/variables_and_operators.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,9 @@ This section contains a general overview of topics that you will learn in this l

- Running JavaScript code using an HTML file and via the browser console.
- Declaring variables with `let` and `const`.
- Performing arithmetic with numbers and variables.
- Operator precedence.
- Performing number operations
- Performing string operations
- Use of logical and mathematical operators

### How to run JavaScript code

Expand Down

0 comments on commit 7ae0e97

Please sign in to comment.