11 11. You have imported a library with the birthMonth() function. Based on the API, how many strings are inputed to calculate the birth month? // calculate birth month based on the day of the month,...


11<br>11. You have imported a library with the birthMonth() function. Based on the API, how many strings are inputed to calculate<br>the birth month?<br>// calculate birth month based on the day of the month, day of the week, and the birth year<br>// dayMonth {number}<br>// dayWeek {string}<br>- a day of a month from 1 to 31<br>- the name of the day of the week<br>// year {number}<br>-the birth year<br>// return {string}<br>- the month you were born<br>BirthdayLibrary.birthMonth(dayMonth, dayWeek, year);<br>А. 1<br>B. 4<br>C. O<br>D. 3<br>оо<br>

Extracted text: 11 11. You have imported a library with the birthMonth() function. Based on the API, how many strings are inputed to calculate the birth month? // calculate birth month based on the day of the month, day of the week, and the birth year // dayMonth {number} // dayWeek {string} - a day of a month from 1 to 31 - the name of the day of the week // year {number} -the birth year // return {string} - the month you were born BirthdayLibrary.birthMonth(dayMonth, dayWeek, year); А. 1 B. 4 C. O D. 3 оо

Jun 05, 2022
SOLUTION.PDF

Get Answer To This Question

Related Questions & Answers

More Questions »

Submit New Assignment

Copy and Paste Your Assignment Here