#IT-6303
Awesome StudentQuestion • Web Systems Technologies
Which of the following successfully prints a variable named myhobby by adding it to a set of strings?
Answer
documentwrite("I like to " +myhobby+ " every weekend");
documentwrite("I like to " +myhobby+ " every weekend");