For Aalto users
This demo (35 min) shows how you can export your Adobe XD project and create an animated popup dialog box to it.
Note that sharing of the video is not allowed as it contains content created by a student group.
This 20-minute video shows ways to debug: It shows how a non-working set of code is made to work, using:
- alert();
- console.log()
- debugger; that creates breakpoints for web browser's debugger
- web browser's debugging interface