Question: function _five(string, char) Create a JavaScript function that meets the following requirements: Accepts two input parameters, a string and a character letter. The function determines

function _five(string, char)

Create a JavaScript function that meets the following requirements:

Accepts two input parameters, a string and a character letter.

The function determines the number of occurrences of the character in the string.

Displays the result to the console as illustrated below.

************** STEP 5 **************

Calling _five(map, p);

The word map has 1 occurrences of the character p

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!