const writeSomeCode = () => {
    const thisIsPrettyCool = "wow check this out!"

    return thisIsPrettyCool;
}

writeSomeCode();

This is a quote

Nick

This is paragraph text, lets test it out.