/vanilla-js

Practice in learning vanilla JS.

Primary LanguageJavaScript

Practice and Notes

in Learning Vanilla JS and Writing Better Code

Some notes are written in the comment of code.

Others

  • 单页应用导航 | Code | Demo

  • 简单的书签应用 | Code | Demo

  • 贪吃蛇(简单版)原始版 | Code | Demo

  • 贪吃蛇(简单版)优化版 | Code | Demo: 代码更简洁规范

  • DOM操作练习1 | Code | Demo