Published onMay 19, 2022Working with the BrowserBrowserJavaScriptDOMWe'll learn about HTML and CSS and how the Box Model works.
Published onMay 18, 2022Intro to HTMLHTMLIntroduction to the basics of HTML, specifically why it exists and what it does. Will cover common HTML tags and attributes.
Published onMay 6, 2022Palindromes - JavaScript AlgorithmsPalindromesalgorithmsPalindromes are words that are the same backwards and forwards. Here are a few examples that determine if a given string is a palindrome.