function setup() {
  createCanvas(490, 390);
  textSize(32);
  text('I will be using CodePen today.', 60, 60, 500, 500);
  
    text('These platforms are fantastic because we can share our code immediately and explore/learn from other projects within the community.', 60, 150, 450, 500);

}

function draw() {
 
  
}

External CSS

This Pen doesn't use any external CSS resources.

External JavaScript

  1. https://cdnjs.cloudflare.com/ajax/libs/p5.js/1.1.9/p5.js