Multiple choice technology programming languages

Javascript does not distinguish between name of a function and a variable

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

In JavaScript, functions are first-class objects and can be assigned to variables, meaning the language treats function names and variable identifiers within the same scope namespace rules.