Lab 25 Reflection Journal
For this lab in particular we once again came back to the JavaScript console in which we had to create basically a secret password in which when typed then a message would appear in the console itself in this case it would be "DING DONG!". To complete the lab I created a function which would check if a key was pressed or not and if so then the key which was pressed would be displayed on the console and when the keys were pressed which would then be the secret word which in my case would be "kevin" then the message would display as well.
The skills gained from the lab can be useful to add to other work as it allows you to collect information of which keys are being pressed and therefore can be used to add certain interactive elements that the user can experience. I will try to add this to my own work to create a better experience for my users.

Comments
Post a Comment