It will determine whether the provided value is a symbol or not.
value
1.0.0
isSymbol("foo");// => false Copy
isSymbol("foo");// => false
isSymbol(Symbol());// => true Copy
isSymbol(Symbol());// => true
It will determine whether the provided
value
is a symbol or not.