I found the following aspects of creating the program particularly challenging:
- Whether to put all the script in the body section of the HTML document or whether to use functions scripted in the head part and then call these in the body
- The synatx of If statements. In VBA (which I have some limited experience of) 'If, Then Else' is used whereas in Javascript just the word 'If' is required
- Getting the curly brackets in the correct place
- Remembering to use double equals signs (==)
- Getting the anchor tagged URLs to work. They need to be in the paragraph tag and the whole phrase needs to sit within double quotation marks whereas the URL is within single quotes
No comments:
Post a Comment