question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Is the comparison operators right?

See original GitHub issue

Describe the bug

in https://github.com/microsoft/Web-Dev-For-Beginners/blob/main/2-js-basics/3-making-decisions/README.md#comparison-operators-and-booleans said 5=>6 can run and the result is False

but it did not work

image

i think it should be >=

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Reactions:2
  • Comments:6 (3 by maintainers)

github_iconTop GitHub Comments

1reaction
sam5403commented, Nov 17, 2020

I need help on an app I want to create, any ideas on how to start up a betting app?

1reaction
pandeymanggcommented, Nov 17, 2020

Hello, this is my first time contributing to an open source project. Can I take this issue?

Read more comments on GitHub >

github_iconTop Results From Across the Web

Comparison and Logical Operators - Codecademy
Comparison operators allow us to assert the equality of a statement with JavaScript. For example, we can assert whether two values or expressions...
Read more >
Comparison Operators
Comparison operators compare the contents in a field to either the contents in another field or a constant. They may be used alone...
Read more >
Comparison operators - order items using the greater than ...
C# comparison operators check the order of values. The operators `>`, `<`, `>=`, `<=` compare the order of values. They determine if a...
Read more >
Comparison operators - cppreference.com
Comparison operators can be used to compare two pointers. Only equality operators (operator== and operator!=) can be used to compare the ...
Read more >
What are comparison operators in R? - Educative.io
The comparison operator comes in between the left and right variables or operands. It tells us the relationship between the two. Comparison operators....
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found