Question: Write a javascript function that would allow you to do this: var sharePizza = cutPizzaSlices(8); console.log(sharePizza(2)); prints Each person gets 4.00 slices of pizza console.log(sharePizza(3));
Write a javascript function that would allow you to do this:
var sharePizza = cutPizzaSlices(8);
console.log(sharePizza(2));
prints "Each person gets 4.00 slices of pizza"
console.log(sharePizza(3));
prints "Each person gets 2.67 slices of pizza"
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
