If the arrow function is: This is how you can identify asynchronous code in your function. This time you have to identify the original asynchronous codes one by one and tell Javascript that this is my promise that it cannot go to the next instruction until it is solved. Before that we will need a promiss, right? Yes,…Continue reading JavaScript: async and await
Month: January 2020
Promise in JavaScript
Creating a Promise: The task of the Promise is to handle such asynchronous operations. Now we are running the operation on a remote server, but until data arrives we cannot say that operation will not succeed or fail. And basically, the promise works to handle these. In most cases, we do not have to create our own promises. We…Continue reading Promise in JavaScript
Why people in Silicon Valley are against the use of technology for children
Many of the technologies and apps that make them embedded in our daily lives are now trying to keep their children away from it. Many of these young innovators working in Silicon Valley have established the world’s largest technology company. Many of them have married themselves and now become parents. Some of them are now trying…Continue reading Why people in Silicon Valley are against the use of technology for children
নিজেকে আবিষ্কার করো
লিখেছেন – রউফুল আলম একজন মানুষ জীবনে কী করবে, সেটা অবশ্যই তার ব্যক্তিগত স্বাধীনতা। তাঁর নিজস্ব চিন্তা-চেতনা। কেউ যদি তবলা বাজাতে চায়, সে তবলা নিয়ে ঘুরবে। কেউ যদি চৌকিদার হতে চায়, তাহলে চৌকিদার হবে। তাতে কারো আপত্তি নেই। তবে কেউ যদি নিজেকে যাচাই না করে, নিজেকে পরখ না করে শুধু একমুখী ঝোঁকে, ঝাঁকের পালের সাথে…Continue reading নিজেকে আবিষ্কার করো
Callback Function in JavaScript
Callback function means that it is a function that executes after another function is executed. And that’s why it’s called callback function. #synchronous function #Asynchronous function #Infinity Loop Now what’s the callback job? We know about the asynchronous behavior of JavaScript. If JavaScript takes time to do a task, do not wait and move on to the…Continue reading Callback Function in JavaScript
CSS3 Media Queries
Head Reference
জাভাস্ক্রিপ্ট – var, let, const
ES6 পড়ুন (এটি ECMAScript 2015 নামেও পরিচিত) জাভাস্ক্রিপ্টের সিনট্যাক্সের চেয়ে বড় পরিবর্তন হয়েছে এবং জেএসে নতুন বৈশিষ্ট্য নিয়ে আঁচছে যা এর আগে ছিল না… ES6 শিখতে গুরুত্বপূর্ণ কারণ এর একটি কারণ হ’ল এটি জাভাস্ক্রিপ্টকে আরও ভাল লেখা এবং সহজ করে তোলে এবং একই সাথে আজকের আধুনিক ওয়েব প্রযুক্তির সাথে রিঅ্যাক্ট, নোড.জেস এবং আরও অনেকগুলি ব্যবহার করা হচ্ছে । এই…Continue reading জাভাস্ক্রিপ্ট – var, let, const
Create login and registration form using HTML CSS and JavaScript
HTML CSS jQuery Source code
The Past, Present and Future of CSS-in-JS
The Past, Present and Future of CSS-in-JS – Max Stoiber
Create tab layout for website using HTML CSS and JavaScript
In this tutorial you will learn to create a tab layout for website using HTML CSS and JS. HTML CSS JS Source Code Ref: CSS transform Property , CSS Transitions