-
Notifications
You must be signed in to change notification settings - Fork 47
Comparisons #39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comparisons #39
Conversation
There was a problem hiding this comment.
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 >= b</code>, <code>a <= 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>≠</code>, but in JavaScript it's written as <code>a != b</code>. | ||
- ग्रेटर / से कम: <code>a > b</code>, <code>a < b</code>। |
There was a problem hiding this comment.
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.
There was a problem hiding this comment.
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
Please make the requested changes. After it, add a comment "/done". |
@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. |
Hi,
Sorry for the delayed PR, will make the changes over the weekend!
…On Sat, 29 May 2021, 12:02 am Bikram Sutar, ***@***.***> wrote:
@rjitsu <https://github.com/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.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#39 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKC3MFUTUUASKXQVYMURZGDTP7OSLANCNFSM4SCA3T5A>
.
|
I have translated the comparisons article. Let me know if it needs any correction!