var a=0; reports undefined error #2
Labels
No labels
bug
duplicate
enhancement
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
BeRo1985/besen#2
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Thanks for your great job
there is an issue, in shell I input
it reports undefined error
I have to remove 'var', then it works
Is it not standard javascript?
Thanks
Z Wang
This is no error. "var a=0;" returns just a undefined value.
Test it also in the javascript consoles of Firefox and Chrome, you will see, that it is no error. :)