জাভাস্ক্রিপ্ট – var, let, const

ES6 পড়ুন (এটি ECMAScript 2015 নামেও পরিচিত) জাভাস্ক্রিপ্টের সিনট্যাক্সের চেয়ে বড় পরিবর্তন হয়েছে এবং জেএসে নতুন বৈশিষ্ট্য নিয়ে আঁচছে যা এর আগে ছিল না… ES6 শিখতে গুরুত্বপূর্ণ কারণ এর একটি কারণ হ’ল এটি জাভাস্ক্রিপ্টকে আরও ভাল লেখা এবং সহজ করে তোলে এবং একই সাথে আজকের আধুনিক ওয়েব প্রযুক্তির সাথে রিঅ্যাক্ট, নোড.জেস এবং আরও অনেকগুলি ব্যবহার করা হচ্ছে । এই…Continue reading জাভাস্ক্রিপ্ট – var, let, const

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 টেসলা এখন মার্কিন ইতিহাসে সর্বাধিক মূল্যবান গাড়ি প্রস্তুতকারক (টিএসএলএ)