Skip to content

Commit

Permalink
Merge pull request #2290 from roseshay/patch-1
Browse files Browse the repository at this point in the history
Update what-is-javascript-learn-to-code-in-javascript.md
  • Loading branch information
Lorenagubaira authored Aug 13, 2024
2 parents 7785e43 + 48d6a5a commit d8a2332
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 d8a2332

Please sign in to comment.