I have always been obsessed with how technologies work, namely computers. But my passion was hindered by a voice in my head that echoed time and time again – “you are not smart enough to study computer science.” I thought I needed to be highly skilled in quantitative mathematics and be
Daily Archives: October 24, 2020
JavaScript’s this keyword is one of the hardest aspects of the language to grasp. But it is critically important for writing more advanced JavaScript code. In JavaScript, the this keyword allows us to: Reuse functions in different contexts, andIdentify which object to focus on when a method is invoked.When
New web developers often try to learn everything at once without mastering any one skill. But before you learn the latest JavaScript framework, make sure you know the fundamentals of HTML and CSS. Colby Fayock is an experienced front end developer and prolific freeCodeCamp contributor. He has been teaching others
MVC frameworks such as Ruby on Rails, Laravel, and Angular are often used in web development. MVC stands for “Model View Controller” and is a common way to separate the main parts of an application. And we’ve released a course on the freeCodeCamp.org YouTube channel that will teach you
The Indian Premier League or IPL is a T20 cricket tournament organized annually by the Board of Control for Cricket In India (BCCI). Eight city-based franchises compete with each other over 6 weeks to find the winner. In this article, I’m going to analyze data from the IPL’s past seasons
