How does JavaScript Work?
JavaScript works by allowing developers to write code that can be executed by web browsers. When a web page is loaded, the browser reads the HTML and CSS code to…
Continue readingAll JavaScript content from my online portfolio
JavaScript works by allowing developers to write code that can be executed by web browsers. When a web page is loaded, the browser reads the HTML and CSS code to…
Continue readingHTML works by defining a series of elements and their relationships to each other. When a web browser receives an HTML document, it reads the document and renders the web…
Continue readingSets in Python are unordered collections of unique elements. They provide a way to store and manipulate data without duplicate values. Sets are particularly useful when dealing with scenarios that…
Continue readingWell, now that you know what CSS (Cascading Style Sheets) is from my last post. CSS is as a stylesheet language, used to describe the presentation of web pages written…
Continue readingOn reflection, i’m not sure why I started with CSS instead of HTML. I think I just wanted to make a dumb cat joke first and foremost, followed by some…
Continue reading