Undergraduate Websites, web programming

programming exercise

Javascript coding Task 1    Write a JavaScript code using nested for loop (A nested loop is a loop within a loop ) to print your name number of times depending on the inserted value from the user. The output should be something similar to the following if the value inserted is 3: TamTamTamTamTamTam PUT THE …

Continue Reading
Undergraduate Websites, web programming

programming exercise

Task 5    Write a JavaScript code using nested for loop (A nested loop is a loop within a loop ) to print your name number of times depending on the inserted value from the user. The output should be something similar to the following if the value inserted is 3: TamTamTamTamTamTam PUT THE FINAL CODE …

Continue Reading