![]() |
VOOZH | about |
Syntax: Symbol.===() Parameter: Symbol values Return: true - if both the symbols are equal otherwise return falseExample #1 : Output :
Symbol a : aBcDeF Symbol b : äöü Symbol c : ABCDEF Symbol a === form : false Symbol b === form : true Symbol c === form : falseExample #2 : Output :
Symbol a : geeks Symbol b : åöó Symbol c : GEEKS Symbol a === form : false Symbol b === form : true Symbol c === form : false