Skip to content

Commit

Permalink
Update what-is-javascript-learn-to-code-in-javascript.md
Browse files Browse the repository at this point in the history
  • Loading branch information
roseshay authored May 7, 2024
1 parent 3eaa6e7 commit 48d6a5a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ What operations can I do to variables? Depending on the data-type you have a few

+ Numbers are easy, you can do whatever math operation you want.
+ Strings can be concatenated (merged), split, converted to Upper or Lower Case, etc.
+ You cannot do much to Null, Booleans, and Undefined data-types.
+ You can't do much to Null, Booleans, and Undefined data-types.
+ We will talk about Arrays and Objects in a different section. They require a lot more attention.

## Functions
Expand Down

0 comments on commit 48d6a5a

Please sign in to comment.