- Object-Oriented JavaScript(Second Edition)
- Stoyan Stefanov Kumar Chetan Sharma
- 129字
- 2021-08-13 16:19:27
Summary
In this chapter, you learned about how JavaScript came to be and where it is today. You were also introduced to object-oriented programming concepts and have seen how JavaScript is not a class-based OO language, but a prototype-based one. Finally, you learned how to use your training environment—the JavaScript console. Now you're ready to dive into JavaScript and learn how to use its powerful OO features. But let's start from the beginning.
The next chapter will guide you through the data types in JavaScript (there are just a few), conditions, loops, and arrays. If you think you know these topics, feel free to skip the next chapter, but not before you make sure you can complete the few short exercises at the end of the chapter.
推薦閱讀
- JavaScript百煉成仙
- .NET之美:.NET關鍵技術深入解析
- 大學計算機基礎(第三版)
- Visual Studio 2012 Cookbook
- 兩周自制腳本語言
- HTML5 Mobile Development Cookbook
- UI智能化與前端智能化:工程技術、實現方法與編程思想
- Elasticsearch Server(Third Edition)
- Learning Laravel's Eloquent
- SciPy Recipes
- Principles of Strategic Data Science
- 代替VBA!用Python輕松實現Excel編程
- 測試架構師修煉之道:從測試工程師到測試架構師
- Android 游戲開發大全(第二版)
- JavaScript Unit Testing