A-Level 1.3.4 Web Tech – JavaScript

13_1.3.4 WebTech – JavaScript 5

An electricity company is looking at ways of getting meter readings from its customers. It releases an application for smartphones which allows users to submit their meter reading (a 6 digit number). JavaScript is used to check that a reasonable value is being entered before a meter reading is sent to a server. When the …

13_1.3.4 WebTech – JavaScript 5 Read More »

13_1.3.4 WebTech – JavaScript 1

A website contains the following HTML: The code between the script tags is supposed to display a different message during the shop’s opening hours of 09:00 and 17:00. State the name of the language used between the script tags.

×