Skip to content

Commit 5262668

Browse files
authored
Update unsupported-features.md
1 parent f9a3ea1 commit 5262668

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unsupported-features.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,13 +78,13 @@ Look at these GitHub issues for more C/C++ unsupported features: https://github.
7878

7979
### JavaScript unsupported features
8080

81-
- some "let"-defined variables don't display properly ([example](https://github.com/pgbovine/OnlinePythonTutor/issues/285)) (email me or file a GitHub issue if you find more examples!)
8281
- asynchronous and event-driven code
8382
- including setTimeout, setInterval, etc.
8483
- promises, async/await
8584
- anything that operates on webpages, such as DOM manipulation, alert(), prompt(), confirm(), etc.
8685
- this includes trying to import frontend libraries or frameworks (e.g., jQuery, React)
8786
- Date() object
87+
- some let-defined variables don't display properly ([example](https://github.com/pgbovine/OnlinePythonTutor/issues/285)) (this is something I want to eventually fix ... email me or file a GitHub issue if you find more examples!)
8888
- more JavaScript unsupported features: https://github.com/pgbovine/OnlinePythonTutor/issues?q=is%3Aissue+is%3Aopen+label%3Ajavascript
8989

9090
### Java unsupported features

0 commit comments

Comments
 (0)