pull/1014/head
صل على من يُجلسه ربه على عرشه معه يوم القيامة. 3 weeks ago committed by GitHub
parent e067490424
commit 1b75fcd623
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -218,7 +218,7 @@ console.log('python'.length > 'dragon'.length) // false
``` ```
Try to understand the above comparisons with some logic. Remembering without any logic might be difficult. Try to understand the above comparisons with some logic. Remembering without any logic might be difficult.
JavaScript is somehow a wired kind of programming language. JavaScript code run and give you a result but unless you are good at it may not be the desired result. JavaScript is somehow a weird kind of programming language. JavaScript code run and give you a result but unless you are good at it may not be the desired result.
As rule of thumb, if a value is not true with == it will not be equal with ===. Using === is safer than using ==. The following [link](https://dorey.github.io/JavaScript-Equality-Table/) has an exhaustive list of comparison of data types. As rule of thumb, if a value is not true with == it will not be equal with ===. Using === is safer than using ==. The following [link](https://dorey.github.io/JavaScript-Equality-Table/) has an exhaustive list of comparison of data types.

Loading…
Cancel
Save