Open in app

Sign In

Write

Sign In

Abdullah Imran
Abdullah Imran

16 Followers

Home

About

Nov 5, 2020

10 Most Common Javascript Coding Interviews

Coding is a basic part of programming job interviews, Javascript interviews are no exception. Here I make a list of the 15 most common Javascript programs for Job Interviews, which is very useful to prepare before appearing on any Javascript interviews. 1. Fibonacci series Write a Javascript program that will take input and…

Java Script

3 min read

10 Most Common Javascript Coding Interviews
10 Most Common Javascript Coding Interviews
Java Script

3 min read


Nov 4, 2020

10 Things You Should Know About JSX

JSX is a Markup language that looks similar to HTML but actually is a syntax extension for JavaScript. It’s easier to write code instead of pure Javascript. It allows developers to use HTML syntax to compose JavaScript components. Since it is a javascript extension, so the browser will not understands…

Jsx

3 min read

10 Things You Should Know About JSX
10 Things You Should Know About JSX
Jsx

3 min read


Nov 3, 2020

Best Practices of JavaScript

Variable Naming Always try to declare a meaningful name and avoid extra words. Please make sure when other developers read your code, they can understand the naming purpose.

Js

3 min read

Best Practices of JavaScript
Best Practices of JavaScript
Js

3 min read

Best Practices of JavaScript

  1. Variable Naming

Always try to declare a meaningful name and avoid extra words. Please make sure when other developers read your code, they can understand the naming purpose.

--

--


Nov 2, 2020

14 Most useful JavaScript String Methods

Strings are simply groups of characters, like ‘Hello’, ‘Good Morning!’. They are an important global object in JavaScript. They represent a sequence of characters. JavaScript has many powerful built-in functions that make working with strings easy for developers. Here I will explain some most important methods s of javascript strings. …

String

3 min read

14 Most useful JavaScript String Methods
14 Most useful JavaScript String Methods
String

3 min read


Sep 7, 2020

Object Destructuring in JavaScript

Destructuring is a convenient way of extracting multiple values from data stored in objects and Arrays. ES6 introduced some significant improvements to the language, including the de-structuring of Objects and Arrays. Honestly speaking, these are my favorite edition in the JavaScript standard syntax. Object destructuring Object destructuring takes a similar tack as…

Object Destructuring

3 min read

Object Destructuring in JavaScript
Object Destructuring in JavaScript
Object Destructuring

3 min read


Sep 3, 2020

Array Methods in JavaScript

JavaScript arrays are wonderful and they provide a lot of built-in methods. Using these methods we can do some efficient things with the list of benefits, like looping, accessing each value and index in the array, and a lot of other useful stuff. Today we are going to discuss some…

Array Methods

4 min read

Array Methods in JavaScript
Array Methods in JavaScript
Array Methods

4 min read


Aug 24, 2020

Array Destructuring in JavaScript

Destructuring is a convenient way of extracting multiple values from data stored in objects and Arrays. ES6 introduced some significant improvements to the language, including the de-structuring of Objects and Arrays. Honestly speaking, these are my favorite edition in the JavaScript standard syntax. Array destructuring Let us take a look if we…

Array Destructuring

3 min read

Array Destructuring in JavaScript
Array Destructuring in JavaScript
Array Destructuring

3 min read


Aug 19, 2020

Understanding Hoisting in JavaScript

In JavaScript, Hoisting is the default behavior where variables and function declarations are moved to the top of their scope before code execution. No Matter where function and variable are declared, it moved up top on their own scope. …

Hoisting

3 min read

Understanding Hoisting in JavaScript
Understanding Hoisting in JavaScript
Hoisting

3 min read


Aug 18, 2020

Scope in JavaScript

What is Scope? Scope determines the accessibility of variables. Each function when invoked creates a new scope. In JavaScript there are two types of scopes: 1. Global Scope 2. Local Scope Global scope: variables defined outside of a function or curly braces {} are in the global scope. …

Scope

3 min read

Scope in JavaScript
Scope in JavaScript
Scope

3 min read

Abdullah Imran

Abdullah Imran

16 Followers

Web Developer

Following
  • Alessandro Butler

    Alessandro Butler

  • Jahangir Alam

    Jahangir Alam

  • Sadia Sultana Kumu

    Sadia Sultana Kumu

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Text to speech