JIJudith Ifeoma Nwokikeindevifeoma.hashnode.dev·May 19, 2021 · 1 min readGetting Started with Git and GithubMost of us must have heard the word Git or Github without knowing what it is or used for. Hmm, don’t panic, In this article I will explain what Git is and how you can make use of it as a software developer. What is Git? According to Wikipedia, Git ...00
JIJudith Ifeoma Nwokikeindevifeoma.hashnode.dev·Jan 15, 2021 · 14 min readJavaScript Arrays in a Nutshell for NewbiesA critical aspect of solving computer science problems is expressing the data in one or more forms (data structures), making it easier to perform some operations on the data. For example, a list of numbers represented as a binary search tree can be e...00