Yet Another Post
Posted: July 25, 2021
Wow look at all this content. How do they do it?
const variable = "whatever I want";
const myFunc = () => {
console.log("Hello world!");
}
Posted: July 25, 2021
Wow look at all this content. How do they do it?
const variable = "whatever I want";
const myFunc = () => {
console.log("Hello world!");
}