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

Output not showing #157

Open
Noxanne opened this issue May 11, 2022 · 0 comments
Open

Output not showing #157

Noxanne opened this issue May 11, 2022 · 0 comments

Comments

@Noxanne
Copy link

Noxanne commented May 11, 2022

I have written out the program I want to run in Javascript but when I press run with JS it doesn't run. next to output all that shows up is "719px" and I have no idea what it means. I have included the code I was trying to run below:

var pea = pickRandom([
1,
2,
3,

])
if (pea !== 1) {
print('Not under shell 1');
}
if (pea !== 2) {
print('Not under shell 2')
}
if (pea !== 3) {
print('Not under shell 3')
}

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