Skip to content
This repository has been archived by the owner on Aug 6, 2024. It is now read-only.

Commit

Permalink
Khadias fix
Browse files Browse the repository at this point in the history
  • Loading branch information
haraldF committed Mar 21, 2024
1 parent fcd05a6 commit aea2651
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lesson03.md
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ let x = 4 + 6 < 3 + 8;

```js
let sum1 = 4 + 6;
let sum2 = 3 + 6;
let sum2 = 3 + 8;
let x = sum1 < sum2;
```

Expand Down

0 comments on commit aea2651

Please sign in to comment.