Skip to content

Instantly share code, notes, and snippets.

@hkdeven
Last active December 12, 2016 01:35
Show Gist options
  • Save hkdeven/c9bfc3d8c94c6d1b28f70cb27c5e1273 to your computer and use it in GitHub Desktop.
Save hkdeven/c9bfc3d8c94c6d1b28f70cb27c5e1273 to your computer and use it in GitHub Desktop.
What is JSX, ES5, ES6 blog article fig1
function makeInput(contents) {
return $("<input>", {type: "text", value: contents, "class": "form-control"})
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment