JSJoshua Salifuinlafresh2664.hashnode.dev·Mar 2, 2021 · 2 min readHow to convert strings to numbers in JavaScriptThere are various ways to convert a string to number in JavaScritpt. Basically, we must understand that what a string is and what a number is in JavaScript first. A JavaScript string stores a series of characters like "Sample Bettle". A string can be...01I
JSJoshua Salifuinlafresh2664.hashnode.dev·Feb 23, 2021 · 3 min readJavaScriptJavaScript often abbreviated as JS is one of the programming language. JavaScript is a programming language that conforms to the ECMAScript specification. JavaScript is high-level, often just-in-time compiled, and multi-paradigm. It has curly-brack...00