This website and apps are for sale. Only serious offers will be considered. Contact [email protected]

Help : how do i compare two words to see if they are the same word

RE: how do i compare two words to see if they are the same word

w admin wysłany Jan 29 2022, 8:22

In Self you can just use the == operator,

"hello" == "hello";
"hello" !="goodbye";
var word = "hello";
if (word == "hello") {
...

 

For the star variable is patterns use toString() first.

if (star.toString() == "hello") {
  ...


Identyfikator: 41579667
Wysłany: Jan 29 2022, 8:22
Odpowiedzi: 0
Widok: 808, dziś: 2, tydzień: 18, miesiąc: 30
0 0 0.0/5