JavaScript Troubleshooting

Some easily accessible tips for troubleshooting JavaScript in the Hatch's platform.

Who can I contact for help with JavaScript?
If you are unable to solve the problem yourself, and the coaches working with you are unable to help, you can use the live chat which is visible in any proj...
Thu, 15 Feb, 2018 at 10:48 AM
Can I add sound to a project?
By creating an Audio object you can play sounds. In this example a sound will play when I press the Left Arrow key. If you don't hear anything try to fi...
Mon, 22 Jan, 2018 at 12:40 PM
All I see is a blank screen, and the code looks correct.
When first typing statements make sure it starts at the left-side of the editor; indented statements can remain indented. If using images, be sure the ...
Fri, 7 Sep, 2018 at 5:31 PM
Interacting with the keyboard
Mon, 29 Jan, 2018 at 1:11 PM
Loading Images from the Internet
The basic pattern var jsLogo = loadImage("https://upload.wikimedia.org/wikipedia/commons/thumb/9/99/Unofficial_JavaScript_logo_2.svg/200px-Unofficial_...
Fri, 23 Feb, 2018 at 6:06 PM
What documentation can I refer to when coding on the platform?
For more detailed definitions on the methods and objects used on the platform you can refer to the following documentation to take your coaching and program...
Mon, 23 Apr, 2018 at 1:53 PM