Commit Graph

3 Commits (3522353fa0a747c38176608899d9d06a0d30abfb)

Author SHA1 Message Date
Mayur Garg 7ce8272944 Added "Note" and "Usage with common data types" (#27332)
* Added "Note" and "Usage with common data types"

Added detailed information about the workings of 'is' and '==' operators with common data types. Included a simple coding example for each case and explained the reasons (for most cases) of why these operators work in this fashion and how they work under the hood.

* Minor changes to previous commit.

* fix: removed extra backticks
2019-06-24 15:07:08 -07:00
Paula Milenkova 38862b6f9c Add text that elaborates on 'is' with '=' (#21537)
I added text that explicitly states the 'is' is signified with '=' since that was not already written and can help beginners distinguish better.
2018-11-14 07:38:40 -06:00
Mrugesh Mohapatra da0df12ab7 fix(guide): simplify directory structure 2018-10-16 21:32:40 +05:30