JMJoe McGeeinjoemcgee4151986.hashnode.dev·Oct 27, 2021 · 2 min readMy journey into algorithmsI understand a lot of companies require algorithms for their interview and for the longest time, I have avoided it. But today, for the third time, I am going back to algorithms. Here is a simple problem that I solved: I am currently using scotch.io. ...00
JMJoe McGeeinjoemcgee4151986.hashnode.dev·Oct 26, 2021 · 1 min readInheritanceToday, I will talk about inheritance. It's very important in Object Oriented Programming. Here is an example: The parent is animalFarm. The parent contains code that other classes will use. In this case, classes such as chicken will use the code th...00
JMJoe McGeeinjoemcgee4151986.hashnode.dev·Oct 25, 2021 · 1 min readAbstraction object oriented programming in javascriptIn my previous article, I talked about encapsulation . Today, I will talk about abstraction. Abstraction is simply showing the essentials. For example, when you're driving, do you think about the insides? Most likely no. Do you care about how a comp...00
JMJoe McGeeinjoemcgee4151986.hashnode.dev·Oct 21, 2021 · 2 min readMy Object Oriented Program explanationToday, I'm going to explain encapsulation. If you google it, it gives you a definition of encapsulation: In object-oriented computer programming languages, the notion of encapsulation (or OOP Encapsulation) refers to the bundling of data, along with...00
JMJoe McGeeinjoemcgee4151986.hashnode.dev·Oct 20, 2021 · 1 min readCodewars 8 Kyu problemToday's problem was: Simple, remove the spaces from the string, then return the resultant string. I remember doing this a long time ago but I completely forgot. I looked at the answer but instead of copying and pasting, I looked up what each line of ...00