- Write An Html Page To Display The Nhl Result Using The Data Below 1 The Html Must Use An External Javascript Data Js W 1 (45.05 KiB) Viewed 22 times
Write an html page to display the NHL result using the data below: 1) The html must use an external JavaScript data.js w
-
- Site Admin
- Posts: 899603
- Joined: Mon Aug 02, 2021 8:13 am
Write an html page to display the NHL result using the data below: 1) The html must use an external JavaScript data.js w
Write an html page to display the NHL result using the data below: 1) The html must use an external JavaScript data.js with 4 arrays that hold: Name, Team, Goal, Assist. 2) Calculate the Total = Goal + Assist 3) Use loop to display bottom to top (reverse) as below Louis, Tampa Bay,38,56 Kovalchuk Atlanta,41,46 Sakic, Colorado,33,54 Naslund, Van Couver, 35,49 Hossa, Ottawa, 36,46 NHL Name Team Goal Assist Total 36 46 82.00 $4.00 87.00 87.00 94.00 Hossa Ottawa Naslund Van Couver 35 49 Sakic Colorado 33 54 41 46 56 Kovalchuk Atlanta Louis Tampa Bay 38 Pretty technical assignment and struggling to see how can display this. Created this scenario so I can see how it works to apply with my other assignments. Thank you!