Skip to content

Commit

Permalink
remove trailing space
Browse files Browse the repository at this point in the history
  • Loading branch information
alex committed Jan 17, 2024
1 parent 71810da commit 11216dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion foundations/javascript_basics/fundamentals-1.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ JavaScript files have the extension `.js` similar to `.css` for stylesheets. Ext

### Variables

You can think of variables as "storage containers" for data in your code.
You can think of variables as "storage containers" for data in your code.

![Variable Box Illustration](https://cdn.statically.io/gh/TheOdinProject/curriculum/d39eaf2ca95e80705f703bb218216c10508f5047/foundations/javascript_basics/fundamentals-1/imgs/00.png)

Expand Down

0 comments on commit 11216dd

Please sign in to comment.