You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This call here does nothing. The next call is what actually printed. You could either assign the result of this call to a new variable and then use that variable in console.log() or omit it. Best practice is to assign it to new variable.
The text was updated successfully, but these errors were encountered:
https://github.com/fjundi/javascript/blob/876291268a6e6c0c5c89418eb0d14fa27166899d/week1hm.js#L14
This call here does nothing. The next call is what actually printed. You could either assign the result of this call to a new variable and then use that variable in
console.log()
or omit it. Best practice is to assign it to new variable.The text was updated successfully, but these errors were encountered: