w3schools definition of includes() :-
The includes() method determines whether a "string contains the characters of a specified string".
This method returns true
if the string contains the characters, and false
if not.
Note: The includes() method is case sensitive.
In "string contains the characters of a specified string", I don't understand this sentence, what is mean?
التعليقات