PinnedMuazzam NashatinThe StartupClosures in JavaScript for NewbiesIf you are a beginner in JavaScript, it is really important to understand the concept of closures. It will save you a lot of time and…Jan 13, 2021Jan 13, 2021
Muazzam NashatControlled Form in React — Part 2In part 1, we saw how we could set up a simple controlled React form. We used the ‘useState’ hook to store our form inputs. It looked like…Apr 11, 2021Apr 11, 2021
Muazzam NashatControlled Form in ReactForms in React are similar to the standard HTML forms in terms of syntax. There are two types of forms in React: controlled and…Apr 5, 2021Apr 5, 2021
Muazzam NashatIntroduction to the Big O Notation“In computer science, big O notation is used to classify algorithms according to how their run time or space requirements grow as the…Mar 21, 2021Mar 21, 2021