10 lines
564 B
Markdown
Executable File
10 lines
564 B
Markdown
Executable File
# Vanilla JavaScript TodoMVC Example
|
|
|
|
**This particular example has been migrated to utilize ES6**
|
|
|
|
This is part of [an ES6 training](bit.ly/es6-intro-slides) by [Kent C. Dodds](https://twitter.com/kentcdodds)
|
|
|
|
> JavaScript® (often shortened to JS) is a lightweight, interpreted, object-oriented language with first-class functions, most known as the scripting language for Web pages, but used in many non-browser environments as well such as node.js or Apache CouchDB.
|
|
|
|
> _[JavaScript - developer.mozilla.org](http://developer.mozilla.org/en-US/docs/JavaScript)
|