-
Gone commented,
It defines as an error whenever an error is thrown. Not every time oh noes pops up is an error for example oh noes will pop up when you are missing a semicolon even though your Javascript is perfec...
-
Gone commented,
Sort of. You can detect when an error occurs using a try/catch statement. For example: draw = function() { try { doStuff(); } catch (err) { println("An error has occured: " + er...
-
Gone commented,
Khan Academy used to have a Python 2 course but they removed it. You can still find the tutorial videos on Youtube though. However Python 2 is rather outdated at this point and you're better off us...
-
Gone commented,
I didn't do a deep dive into the library, but from what I can tell it only plays sounds using the Web Audio API oscillators which means that it is permitted in the HTML environment.
-
Gone commented,
In Processing.js projects the only sounds you can use are the ones provided. You are also allowed to manipulate those predefined sounds to change their volume and stuff. In the HTML environment you...
-
Total activity 13
-
Last activity
-
Member since
-
Following 0 users
-
Followed by 0 users
-
Votes 4
-
Subscriptions 4
-
Total activity 13
-
Last activity
-
Member since
-
Following 0 users
-
Followed by 0 users
-
Votes 4
-
Subscriptions 4