JAVASCRIPT-DEVELOPER-I Web TestEngine demo

Exit VCEDump JAVASCRIPT-DEVELOPER-I Salesforce Certified JavaScript Developer (JS-Dev-101)
Question 17 of 34
0% complete
Q17 Multiple choice

A developer wrote a fizzbuzzfunction that when passed in a number, returns the following:

`Fizz' if the number is divisible by 3.

`Buzz' if the number is divisible by 5.

`Fizzbuzz' if the number is divisible by both 3 and 5.

Empty string if the number is divisible by neither3 or 5.

Which two test cases will properly test scenarios for the fizzbuzz function? Choose 2 answers

Select all that apply.

Sign in to mark questions

Sign in to save marked questions and return to this demo.

Sign in