How to post readable code in the forum
You can use the “Preformatted Text” button to encapsulate any kind of code you want to show in your post. The demonstration, below, shows you how, and what the formatted code will look like:
function formatText() {
let words = "I'm a preformatted text button. Please use me wisely!";
}