2018.12.15 20:42 ES6学习中
Thejsway/chapter19
<Project: a social news web page>
原题:
Project: a social news web page
You know now enough JavaScript and DOM to go ahead and create interactive web pages for real!
沉没
2018.12.15 15:27 ES6学习中
Thejsway/chapter17 Coding time
<Autocomplete>
原题:
In this exercise, you’ll have to assist the user in selecting a country. As he enters the country name in an input box, the page shows a list of corresponding countries. Clicking on a suggested country replaces the value in the input box.