chinchang / chinchang/web-maker

Undeclared variables are allowed

Open
#270 1 comment 0 reactions 0 assignees View on GitHub
Dominant language
JavaScript
Stars
2.7k
Forks
323
PR merge metrics
No merged PRs in 30d

Description

Webmaker allows javascript code with undeclared variables:

```
a = "boink"
console.log(a)
```

This logs "boink" but I would expect

`ReferenceError: a is not defined`

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.