Question 28: Create a function that takes two strings as arguments and returns the number of times the first string (the single character) is found in the second string.
Note: Your output must be case-sensitive
Problem
Solution
Why should I follow this series and how will I benefit from it?
We are on a mission to solve 500 problems using JavaScript. We would start from very easy questions and gradually shift towards medium, hard and also very hard questions.
By following this series you will also be able to learn DSA using JavaScript. Moreover, we will also solve questions from leetcode and other problem solving websites.
Please follow and share this series on your story so that it can be beneficial for others as well.
Follow @devtipsdaily for more!
Tags:
Problem solving js