├── README.md ├── index.html └── app.js /README.md: -------------------------------------------------------------------------------- 1 | # js-two-way-binding 2 | A simple two way binding implementation with plain javascript. 3 | 4 | For more information go to: 5 | 6 | [INFO](https://medium.com/frontend-fun/js-vanilla-two-way-binding-5a29bc86c787 "INFO") -------------------------------------------------------------------------------- /index.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |
4 | 5 |