Login
Discover
Waves
Decks
Plus
Login
Signup
akram.dag
@akram.dag
25
Followers
3
Following
1
Resource Credits
Available
Used
Created
December 17, 2019
RSS Feed
Subscribe
Posts
Blog
Posts
Comments
Communities
Wallet
akram.dag
javascript
2019-12-29 23:11
Square 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 in a simple
$ 0.000
1
akram.dag
javascript
2019-12-21 20:21
How 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 the data
$ 0.000
3
akram.dag
javascript
2019-12-19 15:16
Why 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 there is an easier way
$ 0.000
3