#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.
I have started “30 days of JavaScript“ study plan in Leetcode. Solved four problems and finished first section. First and second problems were quite easy. I will share my solution for remaining two problems.
Let’s make 10 day challenge to solve at least one problem a day. You also can start the challenge! Let’s rock this challenge!t
Let’s make 10 day challenge to solve at least one problem a day. You also can start the challenge! Let’s rock this challenge!t
2665. Counter II
Fourth photo: Another solution I liked in Solutions section.
Fourth photo: Another solution I liked in Solutions section.