Functions - parameters and arguments (1)
In the code below, we define a function multiply that has a parameter called num. The function returns num multiplied by itself.Adjust the code below such that the
console.log()
statement logs true
.Premium
JavaScript
Console