#solution
Built-in funksiyalardan foydalanmaslik nazarda tutilmagan ๐, boshqa usullarni ham ko'rish kerak lekin.
Built-in funksiyalardan foydalanmaslik nazarda tutilmagan ๐, boshqa usullarni ham ko'rish kerak lekin.
My solutions to problems may not be the best. But I will try to provide good solutions from other developers in Solutions part of the problem.
Hello everyone!
Itโs been a long time I didnโt do any problem-solving. I looked through some websites to find new problems to solve. I have signed up in Coderbyte and solved my first problem there in JS.
I have learned endsWith() method.
And I learned about regular expression pattern and itโs test method to check whether string only contain letters, numbers, and the underscore character.
Itโs been a long time I didnโt do any problem-solving. I looked through some websites to find new problems to solve. I have signed up in Coderbyte and solved my first problem there in JS.
I have learned endsWith() method.
The endsWith() method returns true if a string ends with a specified string.
And I learned about regular expression pattern and itโs test method to check whether string only contain letters, numbers, and the underscore character.
Forwarded from Poll Creator
Try to guess the answer before seeing the answer.
The output will be "122" because JavaScript treats the first "1" as a string, causing concatenation instead of addition.