What Is AJAX?
Ajax first made waves in 2005 with the Google Search feature. It allows users to type in a search query in the client side of a web page, and the server...
Easy Copy to Clipboard Library with JavaScript
Simple module exposing copy function that will try to use execCommand with fallback to IE-specific clipboardData interface and finally, resort to usual prompt with proper text content and message.
Installation
Can be...
Advantages of Using JavaScript Libraries
JavaScript libraries are libraries that contain ready-to-use JavaScript code for easy development of JavaScript-based applications. They are particularly useful when developing applications involving web-centric technologies, such as AJAX. There are many...
SweetAlerts2 – Nice JavaScript Alerts Library
A zero dependencies beautiful, responsive, customizable, accessible (WAI-ARIA) replacement for JavaScript's popup boxes
Installation
You can install SweetAlerts2 via npm
npm install sweetalert2
or by you can grab it via jsdeliver CDN
<script src="https://cdn.jsdelivr.net/npm/sweetalert2@10"></script>
Usage
1. Initialize the...
React Vs JavaScript
React is a modern, web-based framework that combines the power of HTML and JavaScript. Its virtual dom model allows JavaScript to manipulate the website DOM more quickly. In JavaScript, the DOM...
Easy way to format dates in JavaScript
intl-dateformat is a simple date formatting library that leverage the Intl.DateTimeFormat API to format dates in different languages and timezones without having to clutter your JavaScript bundles.
Features
✌ Small: As it...
Chrome Dev Tools Javascript – Editing CSS With JSScript
The DevTools console is a valuable resource for web developers, as it provides instant feedback and helps you understand what's going on with your application. Another helpful tool is the V8...
JavaScript Build Tools 2022
There are many JavaScript build tools, but which are the best? This article will discuss Webpack, Parcel, Brunch, and esbuild. Hopefully, the information provided will help you make the best choice...
JavaScript Testing Tools
JavaScript testing tools are available for developers to check whether the code runs properly. These tools are divided into functional categories and some require extensive configurations, while others are easily set...
How to Answer JavaScript Interview Questions 2022?
JavaScript interview questions help to determine the candidate's JavaScript knowledge. The interview questions can be based on a variety of real-world problems. The main goal is to create a positive experience...