* 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