Guide Overview
An overview of what the HTML template guide includes.
This Guide Will Cover
This Guide Will Not Cover
About this Guide
function someFunction() {
const string = "I'm a big block of variable declarations";
const antherString = "Me too!!!!"
}
// In another code block later in the guide
function someFunction() {
/* Variable declarations */
const hasAnA = string.includes("a");
if(hasAnA) console.log('Yep, there is an A');
}Ending Goal

Contributors Wanted!
Resources
Last updated