NFNada Farookinnadaa.hashnode.dev·May 12, 2021 · 3 min readIntroduction to TypescriptWhat is typescript? TypeScript is a superset of JavaScript which primarily provides optional static typing, classes, and interfaces. You might be thinking why typescript? Typescript is very powerful in terms of making the development process faster ...02AP
NFNada Farookinnadaa.hashnode.dev·Jan 25, 2021 · 3 min readA detailed guide to start with WEB DEVELOPMENTWhat is web development ? You have seen a lot of search results when you search for something on Google or Safari. When you click on one of the links, you are directed to a page known as a Webpage. Web Development is a vast concept with a ton lot of ...02EP
NFNada Farookinnadaa.hashnode.dev·Jan 19, 2021 · 4 min readSome Lesser Known HTML Tags Worth KnowingThere is a long lost list of HTML tags. Some are quite popular like semantic tags , some are lesser known but useful , while some for deprecated for various reasons. Lets dive deep in some of those unknown stuff. 1. The <mark> element is used to hig...01A