Skip to content

Commit 204bec0

Browse files
Update solution.md
1 parent 9abfd84 commit 204bec0

File tree

1 file changed

+1
-1
lines changed
  • 1-js/02-first-steps/09-comparison/1-comparison-questions

1 file changed

+1
-1
lines changed

1-js/02-first-steps/09-comparison/1-comparison-questions/solution.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ null === +"\n0\n" → false
1717
3. ഇതും ഡിക്ഷ്ണറി ഓർഡറിൽ താരതമ്യം ചെയ്യുന്നു, ആദ്യ അക്ഷരം `"2"`, ആദ്യ അക്ഷരം `"1"`നെക്കാൾ വലുതാണ്.
1818
4. `null`,`undefined` വാല്യുകൾ അവയെ പരസ്പരം മാത്രം പൂർണമാക്കുന്നു(`==`).
1919
5. സ്ട്രിക്റ്റ് ഇക്വാലിറ്റി ഓപറേറ്റർ സ്ട്രിക്റ്റ് ആണ്. വ്യത്യസ്ത ഡാറ്റാടൈപ്പുകൾ false റിട്ടേൺ ചെയ്യുന്നു.
20-
6. `(4)`പോലെത്തന്നെ, `null`,`undefined` വാല്യുകൾ അവയെ പരസ്പരം മാത്രമേ പൂർണമാക്കുകയുളളൂ.
20+
6. `(4)`പോലെത്തന്നെ, `null`,`undefined` വാല്യുകൾ പരസ്പരം തുല്യമാണ്.
2121
7. സ്ട്രിക്റ്റ് ഇക്വാലിറ്റി, വ്യത്യസ്ത ഡാറ്റാടൈപ്പുകൾ -> false

0 commit comments

Comments
 (0)