Skip to content

Commit

Permalink
Variables and Operators: Use American English spelling (#28275)
Browse files Browse the repository at this point in the history
First sentence had a type "learnt" instead of "learned"
Enforced by curriculum style guide
  • Loading branch information
hamacodes authored Jun 26, 2024
1 parent 925bf13 commit 2cf4c66
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
@@ -1,6 +1,6 @@
### Introduction

In the previous sections you learnt how to structure webpages with HTML and style them with CSS. The next step is to make the webpage *interactive*, which is exactly what JavaScript is for. In this section, we will focus on the fundamentals of JavaScript and how you can use it to manipulate all the various interactions between the web page and user.
In the previous sections you learned how to structure webpages with HTML and style them with CSS. The next step is to make the webpage *interactive*, which is exactly what JavaScript is for. In this section, we will focus on the fundamentals of JavaScript and how you can use it to manipulate all the various interactions between the web page and user.

### Lesson overview

Expand Down

0 comments on commit 2cf4c66

Please sign in to comment.