Thursday , September 19 2024

If the function is to return some calculated value on completion, we use the following keyword to do so:

Questions BankCategory: JavaScript Essentials 1If the function is to return some calculated value on completion, we use the following keyword to do so:
If the function is to return some calculated value on completion, we use the following keyword to do so:

  • yield;
  • ret;
  • function;
  • return;

More Questions: JavaScript Essentials 1 – JSE1: Module 5 Test