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...
The developers can use the following primitive datatypes in their web application or Windows store application. โ€“ String โ€“ Boolean...
Assume that you have a string that contains few statements out of which one includes the list of items. You...
Every programming language has its own set of reserved words and so does JavaScript too . The reserved words cannot...
You can flatten a 2-D array in JavaScript using the concat and apply method as shown in the below code...
Recently, I have started doing some stuffs on jQuery and JavaScript. I primarily use Visual Studio 2010 / Visual Studio...
You might want to replace all the occurrences of the matched substrings with the new string in JavaScript. You can...
Few days back , Userware software company has released a new free extension for Visual Studio that allowed the developers...
If you want to get the single element from a document in a Windows Store App developed using WinJS library...
The setTimeout method in JavaScript evaluates an expression after specified number of milliseconds and executes only once . How to...
Most of the Web Browsers like Internet Explorer , Firefox , Chrome comes with the support of JavaScript . The...
There are plenty of Java compressor tools that are available for web developers which provides good compression rate and is...
You might want to filter an array in JavaScript by passing the filter criteria and return the filtered array. In...
Windows Store App (Windows 8.1/Windows 8) can be built using HTML , JavaScript and CSS with WinJS Library . What...