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
Angular 8 Build in Pipes
app.component.ts file app.component.html
Data read from an array
prerequisite software node, express, npm, yarn, or any code editor Step 1: create a folder like node-api in desktop or any location in your computer Step 2: open VS Editor > Terminal (keyboard command : Ctrl + ~) then run yarn init . Create a package.json file Step 3: create a index.js file into node-api…Continue reading Data read from an array
Create your first NODE server
prerequisite software node, express, npm, yarn, or any code editor Step 1: create a folder like node-api in desktop or any location in your computer Step 2: open VS Editor > Terminal (keyboard command : Ctrl + ~) then run yarn init . Create a package.json file Step 3: create a index.js file into node-api…Continue reading Create your first NODE server
Filter
The filter is the same as the map, but if the function applied here returns true, then it will move to the new array, or if the function returns false then that item will not be in the array. Suppose I want to extract only the odd numbers from the following array and place them…Continue reading Filter
Map
The map() method creates a new array with the results of calling a provided function on every element in the calling array Suppose you have an array: var arr = [1, 2, 3, 4, 5, 6, 7, 8, 9]; Now you want to find the square of each item in this array. So what you…Continue reading Map
টেসলা এখন মার্কিন ইতিহাসে সর্বাধিক মূল্যবান গাড়ি প্রস্তুতকারক (টিএসএলএ)
লিখেছেন – কারম্যান রেইনিকে টেসলার সাম্প্রতিক সমাবেশটি মঙ্গলবারের কাছাকাছি সময়ে এর বাজার মূল্যকে প্রায় 85 বিলিয়ন ডলারে ঠেলে দিয়েছে, এটি সর্বকালের সর্বোচ্চ মূল্যবান মার্কিন গাড়ি প্রস্তুতকারক হিসাবে পরিণত হয়েছে। এর আগে ফোর্ডের রেকর্ডটি ছিল ১৯৯৯ সালে $ ৮০.৮ বিলিয়ন ডলার। টেসলা এখনও কিছু মার্কিন-অ অটো সংস্থার চেয়ে ছোট। মঙ্গলবারের শেষদিকে, জাপানের টয়োটার বাজার মূল্য ছিল প্রায় 232 বিলিয়ন ডলার এবং…Continue reading টেসলা এখন মার্কিন ইতিহাসে সর্বাধিক মূল্যবান গাড়ি প্রস্তুতকারক (টিএসএলএ)