Functions - parameters and arguments (2)
In this exercise, the function multiply has two parameters x and y. Adjust the code such that the
console.log()
statement logs true
.Premium
JavaScript
Console