Skip to content

Commit

Permalink
Merge pull request #12 from MartyOfMCA/fix/comparison-operators
Browse files Browse the repository at this point in the history
Correct comparison operators
  • Loading branch information
sanskaarz authored Aug 9, 2024
2 parents f57d063 + 5e0ea53 commit af439a5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,6 @@ Objects in JavaScript are similar to dictionaries in Python (key-value pairs).
- `=`, `+=`, `-=`, `/=`, `%=`, `*=`, `**=`

### Comparison Operators
- `=`: Assignment operator.
- `==`: Equal to (does not check the type).
- `!=`: Not equal to (does not check the type).
- `===`: Equal value and equal type.
Expand Down

0 comments on commit af439a5

Please sign in to comment.