Open in app
Home
Notifications
Lists
Stories

Write
Prince Anyaoha
Prince Anyaoha

Home

Feb 23

Big O Notation: part 2

This is the second part of a two-part article on big O notation using javascript, in case you missed it, the first part is here. The last article covered definitions and the time complexity of some sample functions. …

Software Development

6 min read

Big O Notation: part 2
Big O Notation: part 2

Jan 31

Big O notation

Big O notation is something that comes up a lot in software engineering. If you do not know why, you would in a few minutes. It's a big part of data structures and algorithms which is an important part of computer science. …

Algorithms

5 min read


Jan 17

Everything you really need to know about React keys

In React, keys are used to identify an item in a list let’s say we have a component like this React gives a warning for this component “warning: each child on a list should have a unique key prop”. If we add a key prop/attribute to the li like…

React

2 min read

Everything you really need to know about React keys
Everything you really need to know about React keys

Mar 16, 2021

Javascript Closures

The concept of closures in javascript is one I find interesting so let's talk about it It all starts with scope, but what is scope? scope can be said to be the definition of accessibility of variables in a program. At the most basic level in javascript, there is a…

Java Script

4 min read

Javascript Closures
Javascript Closures
Prince Anyaoha

Prince Anyaoha

Engineer | MCU fan

Following
  • Chidume Nnamdi 🔥💻🎵🎮

    Chidume Nnamdi 🔥💻🎵🎮

  • Victor Onuoha Martins

    Victor Onuoha Martins

  • Favour Nzubechukwu Chibuokem

    Favour Nzubechukwu Chibuokem

  • Benjamin Chibuzor-Orie

    Benjamin Chibuzor-Orie

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable