ashtastic / letter-looper

Make a small Javascript program that accepts a letter and spits it out 10 times.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Letter looper

  • Approx. completion time: .75 hour
  • Deliverables: 1 HTML file, 1 JS file

Make a small Javascript program that accepts a letter and spits it out 10 times.

  • Fork this repository.
  • Write the Javascript program using variables, prompt and loops.
  • Run it through Markbot and make sure it passes all the checks.

Goal

The output in the browser should look like this:

a
a
a
a
a
a
a
a
a
a

Create the interaction shown in the linked video.


Hand in

Drop this folder into your Markbot application. Make sure to fix all the errors. And submit to Canvas using Markbot.

About

Make a small Javascript program that accepts a letter and spits it out 10 times.


Languages

Language:HTML 80.8%Language:JavaScript 19.2%