1. store()
  2. module()
  3. log()
  4. require()

Share with your friends
AhmedNazir

Call

Answer: Option 4

Use require() instead of load(). It loads and executes (only once) the named module, returning an object that contains its exported symbols.

Talk Doctor Online in Bissoy App