[Solved] Interpreting Basic JavaScript results [closed]


s will be NaN since it was not initialized with a numerical value. undefined + x (where x is a number) is always NaN.

2

solved Interpreting Basic JavaScript results [closed]