Home
Javascript Basics
Javascript DOM
Javascript Practice
# Javascript fundamentals
# Javascript arrays
# Javascript objects
# Javascript dates
# Javascript Sets
Challenge Rush
0
function myFunction ( a, b ) { return }
return
myFunction('m', 'how many times does the character occur in this sentence?')
2
myFunction('h', 'how many times does the character occur in this sentence?')
4
myFunction('?', 'how many times does the character occur in this sentence?')
1
myFunction('z', 'how many times does the character occur in this sentence?')