Open in app
Home
Notifications
Lists
Stories

Write
Tanvin Ahmed Touhid
Tanvin Ahmed Touhid

Home

Mar 10

JavaScript Closures are not that scary!

What is closure in JavaScript? The closure is a combination of functions and its lexical scope bundles them together.

Javascript Closure

6 min read

JavaScript Closures are not that scary!
JavaScript Closures are not that scary!

May 8, 2021

Understanding basic concept of JavaScript

If you are experienced JavaScript developer or a beginner, everyone must know it for better understand JavaScript language. Many of all developer are write code, but few thing we can’t understand, just if code is running perfectly, we do that without understand code. …

Understanding Js

7 min read

Understanding basic concept of JavaScript
Understanding basic concept of JavaScript

May 7, 2021

10 things you need to know about React

Now a day, React is most popular JavaScript library. For frontend development we use React.js. To learn core things of React, we should learn React basic fundamentals like how react work and so on. So, now I discus about 10 most important basic fundamental topic about react which help you…

React Basics

5 min read

10 things you need to know about React
10 things you need to know about React

May 6, 2021

Must know before professional web development

In this article we will know some basic things that are important to know before doing production level web development. In addition to writing programs, you need to know some basic things for professional web development. These are Coding Style Comments Error handling Cross Browser testing Balancing client and server…

Professional Development

5 min read

Must know before professional web development
Must know before professional web development

May 5, 2021

Math In JavaScript - basic

Overview — is a built-in object that has properties and methods for mathematical constants and functions. It’s not a function object. Some of Useful common method of math are abs(), ceil(), floor(), min(), max(), random(), round(), sqrt(). Let’s a discus about them. abs() abs() is the method that returns the absolute value of…

Javascript Basics

2 min read

Math In JavaScript - basic
Math In JavaScript - basic

May 5, 2021

Introduce with JavaScript Strings

Overview — String is represent human readable sequence of characters. String is a combination of characters. It will be a word and a sentence. In JavaScript some common method are use with string. For Example to identify the length of a string we use str.length (suppose str is a string variable), concatenate…

Javascript Fundamental

2 min read

Introduce with JavaScript Strings
Introduce with JavaScript Strings

May 5, 2021

Introduce with JavaScript

Overview — JavaScript is called “The king of web Programming language”. It’s created by Brendan Eich in 1995. It’s not a compiled language as well as it is a interpreted language. But JavaScript run fast any other interpreted language like Python. JavaScript engine, V8, is written in C++. As JavaScript is a…

Javascript Basics

4 min read

Introduce with JavaScript
Introduce with JavaScript
Tanvin Ahmed Touhid

Tanvin Ahmed Touhid

Help

Status

Writers

Blog

Careers

Privacy

Terms

About

Knowable