- 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.
推薦閱讀
- Getting Started with Citrix XenApp? 7.6
- SQL Server 從入門到項目實踐(超值版)
- INSTANT CakePHP Starter
- Java EE 7 Development with NetBeans 8
- ASP.NET程序設計教程
- C語言程序設計
- 低代碼平臺開發實踐:基于React
- 深入分布式緩存:從原理到實踐
- Learning Concurrency in Kotlin
- Mastering openFrameworks:Creative Coding Demystified
- 時空數據建模及其應用
- 小型編譯器設計實踐
- HTML5+CSS3+JavaScript 從入門到項目實踐(超值版)
- C語言程序設計教程
- Android嵌入式系統程序開發(基于Cortex-A8)