This exercise is a project from Khan Academy’s Intro to JS: Drawing & Animation.
The objective of this project is to design your ad for your own product.
background(6, 19, 43);
fill(245, 12, 105);
textSize(30);
text(“REAL LIFE UNICORN!!!!”, 10, 30);
fill(255, 13, 86);
textSize(20);
text(“Only $39.99!”, 50, 50);
fill(224, 27, 224);
textSize(10);
text(“THE FIRST TEN PEOPLE TO CALL 1 800 3259 GETS A 20% DISCOUNT!”, 5, 70);
