Skip to content

Commit

Permalink
chnages
Browse files Browse the repository at this point in the history
  • Loading branch information
Lefty8969 committed Oct 24, 2023
1 parent aa98b0b commit 52ed434
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions code201notes/readingnote2.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
## Why is this topic so important?

* Html CSS and JS are very important languages as it will someday guarantee my success.



Expand Down Expand Up @@ -75,4 +75,7 @@


### What is the difference between the logical operator && and ||?
* logical operator && returns true if both operands are true and || logical op retuens true if at least one operand is true.
* logical operator && returns true if both operands are true and || logical op retuens true if at least one operand is true.

## Things I want to know more about?
* how to fix any of my JS codes on my own when not responsive.

0 comments on commit 52ed434

Please sign in to comment.