What is Difference between == and === Both are used to compare two values but the only difference is that == compare only deals and give a boolean value actual whereas === will compare both deals and datatype and return true. The === is also known ...
nishtha0503.hashnode.dev2 min read
No responses yet.