APAlex Principeinarvprincipe.hashnode.dev·Oct 12, 2020 · 1 min readJavaScript: Three methods that you should knowThree methods that you should know If you are a web developer, there are three useful methods that you should know about. find() The find() method returns the value of the first element in the provided array that satisfies the provided testing functi...00
APAlex Principeinarvprincipe.hashnode.dev·Oct 9, 2020 · 3 min readBasic Types - TypeScriptWhat is TypeScript? TypeScript is a strongly typed, object oriented, compiled language. It was designed by Anders Hejlsberg (designer of C#) at Microsoft. TypeScript is both a language and a set of tools. TypeScript is a typed superset of JavaScript ...00