Open in app

Sign In

Write

Sign In

Juaid Rakin
Juaid Rakin

1 Follower

Home

About

Nov 5, 2020

10 Javascript Tips and Tricks You Should Know.

string conversion —You can convert anything to a string using the string() method. String(123); // output '123' String(true); // output 'true' numeric conversion — You can convert strings to numbers using the Number() method and in other many ways. console.log('12' / '3'); // output will be 4, strings automatically converted…

Java Script

3 min read

10 Javascript Tips and Tricks You Should Know.
10 Javascript Tips and Tricks You Should Know.
Java Script

3 min read


Nov 4, 2020

Things You Need To Know About React as a Beginner.

Framework or Library — First things first react is not a framework it's a library. Frameworks are much wider and framework pushes you to follow rules and write code in a certain way. On the other hand, the library is much smaller than the framework. JSX — JSX stands for…

Java Script

3 min read

Things You Need To Know About React as a Beginner.
Things You Need To Know About React as a Beginner.
Java Script

3 min read


Nov 3, 2020

Hoisting, Block-level Scoping & Arrow Function.

Hoisting — If you are new to javascript then you will find hoisting a little bit wired but in this article, I will simplify the concept of hoisting. Hoisting is a javascript concept, not a feature. So what the heck is hoisting?? In general, hoisting is a mechanism where variable…

Java Script

3 min read

Hoisting, Block-level Scoping & Arrow Function.
Hoisting, Block-level Scoping & Arrow Function.
Java Script

3 min read


Nov 2, 2020

Introduction About String Functions in javascript.

String.prototype.charAt() — The charAt() method returns the character at the specified index. String index starts from 0, so the first index is 0 and the last index of the string is string.length()-1. var str = "hello world"; var res = str.charAt(0); console.log(res); // prints 'h' console.log(str.charAt(4)); // prints '0' at…

Java Script

2 min read

Introduction About String Functions in javascript.
Introduction About String Functions in javascript.
Java Script

2 min read

Juaid Rakin

Juaid Rakin

1 Follower

Web Developer, Programmer, Tech enthusiastic.

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech