I've started to work on a cafeteria, meanwhile studying spanish and developing. To improve my memory on orders in spanish and keep learning Javascript, I thought to simulate a working day with this page.
check the Barista day!Learned to apply CSS with Javascript: listening to a button click, using Math.random to get three pseudo-random number to use as rgb in setting body background.
Find outPracticing DOM editing: button and keyboard listener, creating or deleting HTML elements via JS.
Find out