summary | time | deliverables |
---|---|---|
Make a small Javascript program that accepts a letter and spits it out a triangle of the letter. |
1 hour |
1 HTML file, 1 JS file |
- Fork this repository.
- Write the Javascript program using variables,
prompt()
and loops. - The text a user enters into the
prompt()
should be spit out to the page in 10 rows of increasing length. - Run it through Markbot and make sure it passes all the checks.
The output in the browser should look like this:
b
bb
bbb
bbbb
bbbbb
bbbbbb
bbbbbbb
bbbbbbbb
bbbbbbbbb
bbbbbbbbbb
Create the interaction shown in the linked video.
Drop this folder into your Markbot application. Make sure to fix all the errors. And submit online.