Lorem Ipsum

December 24, 2021

Code Block

This is my first code block:

multiply.js
js
const multiply = (a, b) => a * b; multiply(2, 2); // 4
Your name here© 2023