I have been trying to learn JavaScript and everything has been alright so far. Then i tried to output a value for a variable i had created
using console.log() and at each and every attempt the output has been the same "undefined". The tutorials I have come across shows the following:
is there anyway i can get around this in Firefox?
using console.log() and at each and every attempt the output has been the same "undefined". The tutorials I have come across shows the following:
Code:
console.log("Hello, World!");
Output: undefined
is there anyway i can get around this in Firefox?