- Learning Underscore.js
- Alex Pop
- 152字
- 2021-07-09 21:11:52
Chapter 1. Getting Started with Underscore.js
This chapter introduces you to Underscore and explains the main problems addressed by this library together with a quick introduction to functional programming. The chapter describes some of the concepts and patterns that are used by Underscore or are helpful when using Underscore. The final part is a walkthrough to set up the development environment used throughout the book.
The topics covered in this chapter are as follows:
- Why Underscore
- Getting started with Underscore by example
- Key Underscore functions
- Functional programming fundamentals
- Useful patterns and practices for JavaScript applications targeting ECMAScript 5
- Setting up a development workflow to explore Underscore
- Testing JavaScript code with Jasmine
The chapter assumes that you know JavaScript programming fundamentals and how to create basic web pages using HTML, CSS, and jQuery.
The source code for all the examples from this chapter is also hosted online on GitHub at https://github.com/popalexandruvasile/underscorejs-examples/tree/master/getting-started.
推薦閱讀
- 大學計算機基礎(第二版)
- Learning Real-time Processing with Spark Streaming
- ASP.NET Core 5.0開發入門與實戰
- 自己動手寫Java虛擬機
- C語言程序設計教程(第2版)
- oreilly精品圖書:軟件開發者路線圖叢書(共8冊)
- Web Application Development with MEAN
- 微信小程序入門指南
- IBM Cognos Business Intelligence 10.1 Dashboarding cookbook
- Python機器學習算法與應用
- Unity 2018 Augmented Reality Projects
- 零基礎C#學習筆記
- Arduino機器人系統設計及開發
- 計算語言學導論
- Implementing Microsoft Dynamics NAV(Third Edition)