Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 207 Bytes

File metadata and controls

8 lines (6 loc) · 207 Bytes

fizzbuzz

  • fizzbuzz on a webpage just for fun
  • webpage seeks a numeric input, then posts the results of FizzBuzz into a
    element

learned about:

  1. onload events
  2. appending paragraph elements