PinnedHow to Make a Blog with GitHub PagesThis post can help you with that, guiding you based on my own personal setup, in order to create a blog with ease!Apr 24, 2021Apr 24, 2021
5 Stupid Things about JavaScriptObjects/arrays of the same value, as long as they are not a single variable, do not equal.May 23, 2022May 23, 2022
How I’m Starting my New StoryThe beginning of a story is the toughest part. You have to explain everything in great detail, and without boring the reader.May 18, 2022May 18, 2022
Defensive semicoloning is required for this line of code if there is a line before it:;(function(){console.log("Hello World")})()May 31, 2021May 31, 2021
JavaScript Basics [Extended]For ~3 months my blog has been mainly focused on JavaScript, without even considering to start with a video on the basics of it. Well…May 8, 2021May 8, 2021
false && console.log(‘JavaScript Short-Circuiting’)BLOG POST: https://javascriptlearner815.github.io/2021/04/24/javascript-short-circuiting.htmlMay 8, 2021May 8, 2021
(JavaScript++ && ++JavaScript) && console.log(‘Solved’)In this article, I will show you why this happens, and the differences between x++ and ++x. Listen up — it’s important!May 8, 2021May 8, 2021
Stop Using InnerHTML with User InputInformation about protecting against XSS.Apr 24, 2021Apr 24, 2021