Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Comparisons#49

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
siddiqkaithodu merged 16 commits intojavascript-tutorial:masterfromFarisPalayi:FarisP
May 27, 2021
Merged
Show file tree
Hide file tree
Changes fromall commits
Commits
Show all changes
16 commits
Select commitHold shift + click to select a range
f7cd1b2
Comparisons Summary section malayalam translation completed ✔
FarisPalayiMay 21, 2021
77d75c1
Comparisons intro section malayalam translation completed
FarisPalayiMay 21, 2021
1c061e1
Comparisons "Boolean is the result" section malayalam translation com…
FarisPalayiMay 21, 2021
031dad1
Comparisons 'comparing strings' section malayalam translation complet…
FarisPalayiMay 21, 2021
db0d09d
Comparisons 'comparison of different types' section Malayalam transl…
FarisPalayiMay 26, 2021
05b9d61
Comparisons 'strict equality operator' section ml translation complet…
FarisPalayiMay 26, 2021
3bba264
Comparisons 'Comparison with null and undefined' section ml translati…
FarisPalayiMay 26, 2021
c1c1ce9
Comparisons 'Strange result: null vs 0' section ml translation comple…
FarisPalayiMay 26, 2021
a60288e
Comparisons 'An incomparable undefined' section ml translation comple…
FarisPalayiMay 26, 2021
3af48f4
Comparisons 'Avoid problems' section Malayalam translation completed ✔
FarisPalayiMay 26, 2021
61df95f
Comparisons adding 'smart headers' ml translation
FarisPalayiMay 26, 2021
30febc8
Removing some ml charcters, 'cause it makes things bloated.
FarisPalayiMay 26, 2021
2a9d950
Adding task and solution ml translation ->
FarisPalayiMay 26, 2021
9abfd84
Update solution.md
siddiqkaithoduMay 27, 2021
204bec0
Update solution.md
siddiqkaithoduMay 27, 2021
338b69a
Update task.md
siddiqkaithoduMay 27, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -10,12 +10,12 @@ null == "\n0\n" → false
null === +"\n0\n" → false
```

Some of the reasons:
കാരണങ്ങൾ:

1.Obviously, true.
2.Dictionary comparison, hence false. `"a"` is smaller than`"p"`.
3.Again, dictionary comparison, first char `"2"` is greater than the first char`"1"`.
4.Values`null` and`undefined`equal each other only.
5.Strict equality is strict. Different types from both sides lead to false.
6.Similar to`(4)`, `null` only equals`undefined`.
7.Strict equality of different types.
1.സംശയമില്ല, സത്യം.
2.ഡിക്ഷ്ണറി ഓർഡറിൽ താരതമ്യം ചെയ്യുന്നു, അതിനാൽ false. `"a"`,`"p"` യെക്കാൾ ചെറുതാണ്.
3.ഇതും ഡിക്ഷ്ണറി ഓർഡറിൽ താരതമ്യം ചെയ്യുന്നു, ആദ്യ അക്ഷരം `"2"`, ആദ്യ അക്ഷരം`"1"`നെക്കാൾ വലുതാണ്.
4. `null`,`undefined`വാല്യുകൾ അവയെ പരസ്പരം മാത്രം പൂർണമാക്കുന്നു(`==`).
5.സ്ട്രിക്റ്റ് ഇക്വാലിറ്റി ഓപറേറ്റർ സ്ട്രിക്റ്റ് ആണ്. വ്യത്യസ്ത ഡാറ്റാടൈപ്പുകൾ false റിട്ടേൺ ചെയ്യുന്നു.
6. `(4)`പോലെത്തന്നെ, `null`,`undefined` വാല്യുകൾ പരസ്പരം തുല്യമാണ്.
7.സ്ട്രിക്റ്റ് ഇക്വാലിറ്റി, വ്യത്യസ്ത ഡാറ്റാടൈപ്പുകൾ -> false
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -4,7 +4,7 @@ importance: 5

# Comparisons

What will be the result for these expressions?
ഈ expressions ന്റെ റിസൾട്ട് എന്തായിരിക്കും?

```js no-beautify
5 > 4
Expand Down
Loading

[8]ページ先頭

©2009-2025 Movatter.jp