Search
Using the call() method, invoke the displayDiscountedPrice function such that the this keyword refers to product. Pass 0.12 to the parameter discount of the displayDiscountedPrice function on invocation.
call()
displayDiscountedPrice
this
product
0.12
discount
For example: