Comparisons by rjitsu · Pull Request #39 · javascript-tutorial/hi.javascript.info

@rjitsu

I have translated the comparisons article. Let me know if it needs any correction!

theBstar

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hey, first of all, huge appreciation for taking time to help a good cause. I went through the translation and found a couple of places where we can improve. Good test is to come back to the article after 30 minutes and see if every line is easy to understand. Translation doesn't need to be exact but it should convey the topic easily. Please resolve the thread and make any other required change. I will review the article post changes. Let me know if I can help in any way. 👏

- Greater/less than or equals: <code>a &gt;= b</code>, <code>a &lt;= b</code>.
- Equals: `a == b`, please note the double equality sign `==` means the equality test, while a single one `a = b` means an assignment.
- Not equals. In maths the notation is <code>&ne;</code>, but in JavaScript it's written as <code>a != b</code>.
- ग्रेटर / से कम: <code>a &gt; b</code>, <code>a &lt; b</code>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We can refer to the link above for some of these notations. Whichever notations are not available (in Hindi) in the list, you can translate them by using an online translator, Use words and provide some context to get more accurate results.

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@theBstar which link? Can you help me with this, I have added all other changes that were requested

@javascript-translate-bot

Please make the requested changes. After it, add a comment "/done".
Then I'll ask for a new review 👻

@theBstar

@rjitsu I would love to merge this PR ASAP if we can make those small changes. Let me know if you are facing any difficulties.

@rjitsu

@rjitsu

@rjitsu