New: js-beginnersAll contenthive-129948hive-196917krhive-150122steemhive-180932zzanhive-183959photographyhive-166405hive-185836hive-188619hive-144064hive-183397uncommonlabhive-101145hive-103599hive-184714hive-145157hive-109690hive-150943photohive-138689hive-180106hive-139150TrendingNewHotLikersakram.dag (25)in javascript • 5 years agoSquare root in javascript#js-beginners-series #lesson-003 Square root in javascript Writing a square root of a number in this form √ in arithmetic operations won't work In this example, I employed the square root of 4…akram.dag (25)in javascript • 5 years agoHow to know the Data Type of a variable's value#JS-BEGINNERS-SERIES #lesson-002 How to know the Data Type of a variable Sometimes beginner developers forget about the javascript data types, and in some situations, a developer needs to check…akram.dag (25)in javascript • 5 years agoWhy not to use string concatenation with variables#JS-BEGINNERS-SERIES #lesson-001 Why not to use string concatenation with variables Many beginner developers use the string concatenation to match variables with text Example : But…