© 2022 Hashnode
#codingnewbies
Hi techies, if(namingConventionSeemLikeHell) console.log("Please, take a coffee and stay with me") Naming convention is a set of rules for choosing the character sequence to be used for identifiers wh…
I learned more coding in the last 3 months than I did in the past 1 year and here are the 5 things I did differently. Don’t skip the basics! Please…Please.. Don’t do that! I did that mistake in my j…
If you've clicked on this: you probably know deep down that I'm not wrong. You got into coding a while ago now. You're feeling good about what you know. I mean, you use Google a lot but who doesn't? And you're not wrong, you know? You are g…
My first node project was a website for a newsletter. It was very simple, yet extremely frustrating. Angela's documentation differed from mine, and following the instructions from the new documentation led to countless console errors. Howev…
Introduction Programming languages may have different naming conventions in declaring variables, classes, or file names. Typically, you would see Python programs use snake case when declaring variable…
It's never too late to start right? I created this blog to help me with accountability. Too often when you are going through your self-taught coding journey, there are so many distractions that keep u…
(╯°□°)╯ .sort() The sort() function is used to sort data within an array or an array of objects. Example 1 When you want sort numbers from lowest to highest. It is as easy as just using the .sort() function . This is an array of numbers. c…
Wow, my very FIRST blog post! What better way to kick things off than to start from the beginning, chapter uno, the inception, the calm before the storm (yes, I'm having a main character moment). Any…
Alright! The Quest to becoming a better coder starts. I'm finally starting to get serious in life I guess. I'll give you a little backstory of what I've been doing. 2019 July Started College (GLS University, Ahmedabad), I took BCA because …