Skip to content

Instantly share code, notes, and snippets.

@hmane

hmane/format.js Secret

Created April 23, 2015 20:45
var stringValue = String.format("{0} and {1} is fun", "SharePoint", "JavaScript"); // Returns "SharePoint and JavaScript is fun"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment