CMCollins Mbathiinscanairobi.hashnode.dev·Jan 25, 2023 · 9 min readIntegration Testing with JestIntroduction Application testing is important because it ensures that the code is working as it should and that any changes made to the code do not break existing functionality. Writing tests allows developers to quickly and easily identify and fix b...00
CMCollins Mbathiincollinsmbathi.com·Aug 11, 2021 · 1 min readEvents loop in JavaScriptEvent loop is what allows JavaScript to perform I/o operations As Most developers know,that Javascript is single threaded, means 2 statement in JavaScript can not be excluded at the same time Execution happens line by line which means each JavaScrip...00