Selenium is one of the most renowned open-source test automation Frameworks. Selenium allows test automation of web apps or websites across different browser operating systems. Selenium offers compatibility with the Multiple programming languages Fact’s Java, JavaScript, Python, D #, and More. Features of Selenium: Multi-Browser Compatibility. Multiple Language Support. Speed and Performance. Handling of Dynamic Read More
Category: JavaScript
TypeScript has become an increasingly common language used by developers. This is the seventh most popular programming language used by developers. What is TypeScript? TypeScript is an open-source, typed superset of the JavaScript programming language. The typeScript was created by Microsoft in 2012 to make it easier for developers to build large, scalable applications. It Read More
What is ECMAScript 6 (or ES6) ECMAScript 2015 (or ES6) is the sixth and major edition of the ECMAScript language specification standard. It defines the standard for the JavaScript implementation. ES6 brought significant changes to the JavaScript language. It introduces several new features such as, block-scoped variables, new loop for iterating over arrays and objects, Read More
First let’s go to popup button in blade file Go to Popup modal in blade file add this code modal your JavaScript Go to Popup JavaScript in blade file add this code your JavaScript
First let’s go to your Laravel project And add your blade file JavaScript And go to your Laravel project And Inspect and check you console log
This is my database First let’s go to your laravel project and your blade file & this function fetchData is past Your blade file & this function fetchData is past second Your blade file & this function fetchData is past third

Callback Function A callback function is a function (It can be any function Anonymous Function, Arrow Function) passed into another function as an argument, which is then invoked inside the outer function to complete some kind of routine or action. Synchronous – It waits for each operation to complete, after that it executes the next Read More