- JavaScript:Moving to ES2015
- Ved Antani Simon Timms Narayan Prusty
- 81字
- 2021-07-09 19:07:40
Summary
Both the testing and debugging phases are essential to developing robust JavaScript code. TDD and BDD are approaches closely associated with the agile methodology and are widely embraced by the JavaScript developer community. In this chapter, we reviewed the best practices around TDD and usage of Jasmine as the testing framework. We saw various methods of debugging JavaScript using Chrome DevTools. In the next chapter, we will explore the new and exciting world of ES6, DOM manipulation, and cross-browser strategies.
推薦閱讀
- 新編Visual Basic程序設計上機實驗教程
- Vue 3移動Web開發與性能調優實戰
- Git Version Control Cookbook
- Reporting with Visual Studio and Crystal Reports
- The Modern C++ Challenge
- Vue.js快速入門與深入實戰
- Neo4j Essentials
- Django Design Patterns and Best Practices
- Unreal Engine 4 Shaders and Effects Cookbook
- Statistical Application Development with R and Python(Second Edition)
- PHP+MySQL動態網站開發從入門到精通(視頻教學版)
- 監控的藝術:云原生時代的監控框架
- Python全棧開發:基礎入門
- 從零開始學Python大數據與量化交易
- C++17 By Example