Skip to content

Commit

Permalink
fix: remove trailing space to appease linter
Browse files Browse the repository at this point in the history
  • Loading branch information
NikitaRevenco committed Aug 20, 2024
1 parent 43f8629 commit ba0c1b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion foundations/javascript_basics/variables_and_operators.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ This section contains a general overview of topics that you will learn in this l

### How to run JavaScript code

All JavaScript we will be writing in the majority of the Foundations course will be run via the browser. Later lessons in Foundations and the NodeJS path will show you how to run JavaScript outside of the browser environment.
All JavaScript we will be writing in the majority of the Foundations course will be run via the browser. Later lessons in Foundations and the NodeJS path will show you how to run JavaScript outside of the browser environment.

Outside of these lessons, for now you should always default to running your JavaScript in the browser unless otherwise specified, otherwise you may run into unexpected errors.

Expand Down

0 comments on commit ba0c1b3

Please sign in to comment.