filmov
tv
Easy JavaScript - How to create a simple Autocomplete Library with Vanilla JS (60)

Показать описание
This is for learning purposes and shouldn't be used in a production environment. There are plenty of Autocomplete libraries out there that look better and work smoother. This is just to teach you how to create a quick lib.
Breaking down into chapters as best as I can. In this video, we'll talk about topics I've already covered in the past. We'll combine these topics into one library that is reusable and easy to read:
Chapters:
0:00 Intro
0:28 Quick Demo
1:57 Visual Studio Code
2:26 The HTML
4:20 Start Autocomplete JS
10:05 Create Recursive Crawler
12:59 Test Array Autocomplete
14:22 Test Object Autocomplete
15:23 More Complex Object Test
16:00 Get Remote Data via AJAX
19:08 The Fetch API
20:00 A look at template literals
21:42 Testing Autocomplete with AJAX Data
23:00 Conclusion
24:44 Me not knowing how to end this video
#EasyJavaScript #JavaScriptTutorial #EasyProgramming #HowToJavaScript
-----------