- JavaScript for .NET Developers
- Ovais Mehboob Ahmed Khan
- 227字
- 2021-08-20 10:41:13
Chapter 2. Advanced JavaScript Concepts
JavaScript, when initially designed, was not expected to become the core programming language for Web development. It was normally used to perform some basic client-side operations that require some manipulation of the Document Object Model (DOM) elements. Later on, with the recent pace in Web development, things have pretty much changed. Now, many applications are purely using JavaScript and HTML to handle complex situations. From time to time, with different versions, different features were added and, as per the specification of ECMAScript 6, you can now have classes, you can do inheritance as you do with any other programming language, such as C# or Java. Closures, prototype functions, property descriptors, and many more that we will discuss in this chapter make it more powerful and robust.
In the previous chapter, we learned the core concepts and some basic fundamentals of writing programs in JavaScript and what features as a language it provides. In this chapter, we will be focusing more on the advanced topics, which help us to use these concepts in large and complex applications.
We will also focus on scoping and hoisting variables, object-oriented programming, prototype functions, property descriptors, closures, exception handling, and so on. Some topics, such as promises, asynchronous patterns and Asynchronous JavaScript and XML (Ajax) techniques, are broader topics and are covered in other chapters.
- Practical Data Analysis Cookbook
- .NET之美:.NET關(guān)鍵技術(shù)深入解析
- Git Version Control Cookbook
- MySQL 8從入門到精通(視頻教學(xué)版)
- Android開發(fā)精要
- Android 9 Development Cookbook(Third Edition)
- C#程序設(shè)計(jì)教程
- Processing互動(dòng)編程藝術(shù)
- Python GUI Programming Cookbook
- Hands-On C++ Game Animation Programming
- Visual Basic程序設(shè)計(jì)實(shí)驗(yàn)指導(dǎo)(第4版)
- Python數(shù)據(jù)挖掘與機(jī)器學(xué)習(xí)實(shí)戰(zhàn)
- EPLAN實(shí)戰(zhàn)設(shè)計(jì)
- C語言程序設(shè)計(jì)學(xué)習(xí)指導(dǎo)與習(xí)題解答
- TradeStation交易應(yīng)用實(shí)踐:量化方法構(gòu)建贏家策略(原書第2版)