Edupala

Comprehensive Full Stack Development Tutorial: Learn Ionic, Angular, React, React Native, and Node.js with JavaScript

Month: January 2021

Javascript search and sort array elements

Let’s demonstrate Javascript search and sort array elements. In this example, search match input, if it found a match then add match search query at the beginning and add remaining sort after it. Example of Javascript search and sort array elements Here is a screenshot of our Javascript search string in the array. Let first […]

JavaScript Functional Programming and its principle

JavaScript support multiple programming paradigms like object-oriented and functional paradigms. , most JavaScript libraries are multiple programming paradigms. However, JQuery has a strong flavor of functional programming, while Ext.js is a completely object-oriented JavaScript library. JavaScript was highly influenced by a variety of languages including An object-oriented language from Java, Functional language from Schema Prototype […]

Javascript String replace using replace() Method

The replace() method returns a new string with some or all matches of a pattern replaced by a replacement. The pattern can be a string or a Regular Express, and the replacement can be a string or a function to be called for each match. Javascript string replace example We’ll demonstrate a few examples of […]

Scroll to top