javascript
Showing 21 - 34 of 34 results
Few weeks back, Microsoftโs learning and Developer platform Evangelism team had organised an online Jump Start series for Developing Windows...
- Windows
- November 19, 2024
The developers can use the following primitive datatypes in their web application or Windows store application. โ String โ Boolean...
- JavaScript
- November 19, 2024
Assume that you have a string that contains few statements out of which one includes the list of items. You...
- JavaScript
- November 18, 2024
Every programming language has its own set of reserved words and so does JavaScript too . The reserved words cannot...
- JavaScript
- November 17, 2024
You can flatten a 2-D array in JavaScript using the concat and apply method as shown in the below code...
- JavaScript
- November 13, 2024
Recently, I have started doing some stuffs on jQuery and JavaScript. I primarily use Visual Studio 2010 / Visual Studio...
- General
- November 12, 2024
You might want to replace all the occurrences of the matched substrings with the new string in JavaScript. You can...
- JavaScript
- November 10, 2024
Few days back , Userware software company has released a new free extension for Visual Studio that allowed the developers...
- General
- November 10, 2024
If you want to get the single element from a document in a Windows Store App developed using WinJS library...
- Windows
- November 8, 2024
The setTimeout method in JavaScript evaluates an expression after specified number of milliseconds and executes only once . How to...
- JavaScript
- November 6, 2024
Most of the Web Browsers like Internet Explorer , Firefox , Chrome comes with the support of JavaScript . The...
- JavaScript
- November 6, 2024
There are plenty of Java compressor tools that are available for web developers which provides good compression rate and is...
- General
- November 5, 2024
You might want to filter an array in JavaScript by passing the filter criteria and return the filtered array. In...
- JavaScript
- November 5, 2024
Windows Store App (Windows 8.1/Windows 8) can be built using HTML , JavaScript and CSS with WinJS Library . What...
- Windows
- November 4, 2024