Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Seems not to interpret JS classes appropriately. #179

Open
CarlSustrich opened this issue Feb 2, 2023 · 0 comments
Open

Seems not to interpret JS classes appropriately. #179

CarlSustrich opened this issue Feb 2, 2023 · 0 comments

Comments

@CarlSustrich
Copy link

I'm just learning, so it's possible I'm missing something, or not using classes appropriately, but this seems not to work as expected regarding classes.

Ex:

class Thing {
constructor () {
this.name = 'dude'
}
}
let myThing = new Thing();

results in Reference Error: { Thing is not defined }

Whereas using other consoles, such as Chrome's dev console, this results in the creation of an object as intended.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant