Оценить:
 Рейтинг: 3.67

JavaScript. Подробное руководство. 6-е издание

Год написания книги
2017
Шестое издание бестселлера «JavaScript. Подробное руководство» полностью пересмотрено и дополнено сведениями о JavaScript в соответствии с современным положением дел в разработке приложений для Web 2.0. Эта книга – одновременно и руководство программиста с большим числом практических примеров, и полноценный справочник по базовому языку JavaScript и клиентским прикладным интерфейсам, предоставляемым веб-броузерами.
Издание охватывает стандарты ECMAScript 5 и HTML5. Многие главы переписаны заново, другие дополнены новой информацией, появились и новые главы с описанием библиотеки jQuery и поддержки JavaScript на стороне сервера.
Часть I знакомит с основами JavaScript. В части II описывается среда разработки сценариев, предоставляемая веб-броузерами. Основное внимание уделяется разработке сценариев с применением методики ненавязчивого JavaScript и модели DOM. Часть III – обширный справочник по базовому языку JavaScript, включающий описания всех классов, объектов, конструкторов, методов, функций, свойств и констант, определенных в JavaScript 1.8, V8 3.0 и ECMAScript 5. Часть IV – справочник по клиентскому JavaScript. Здесь описываются API веб-броузеров, стандарт DOM API Level 3 и недавно вошедшие в стандарт HTML5 технологии WebSockets и WebWorkers, объекты localStorage и sessionStorage, а также теги <audio> и <video>.
Издание рекомендуется программистам, которым потребовалось изучить язык программирования для Веб, а также программистам, использующим язык JavaScript и желающим овладеть им в совершенстве.

На сайте электронной библиотеки Litportal вы можете скачать книгу JavaScript. Подробное руководство. 6-е издание в формате fb2, rtf, pdf, txt, epub. У нас можно прочитать отзывы и рецензии о этом произведении.

Скачать книгу в форматах

Читать онлайн

Помогите, пожалуйста, другим читателям нашего сайта, оставьте отзыв или рецензию о прочитанной книге.


Спасибо! Ваш отзыв был отправлен на модерацию.

Отзывы о книге JavaScript. Подробное руководство. 6-е издание

RahulBhosle
Отзыв с LiveLib от 12 декабря 2022 г., 09:41
What is Java?Java is a programming language and stage that has been around beginning around 1995. Since its delivery, it has become one of the most famous dialects among web designers and other coding experts. It's a broadly useful, object-situated language. Unlike Python, Java is an incorporated language, which is one reason it's your quicker choice.At the point when you program with incorporated dialects like Java, the coding gets straightforwardly changed over completely to machine code. That allows the processor to execute considerably more rapidly and effectively while giving you expanded command over equipment perspectives like computer chip utilization. Different instances of aggregated dialects incorporate C and C++, Rust, Go, and Haskell.Java is broadly utilized in web advancement, large information, and Android application improvement. It has likewise been getting forward movement when utilized in cloud improvement and the Web of Things (IoT). Java is additionally useful for chipping away at big business-level web applications and microservices. Different associations use Java to assemble their web applications, remembering those for medical services, training, protection, and, surprisingly, administrative divisions. A portion of the large names utilizing Java today incorporate NASA, Google, and Facebook.Java Classes in PuneBenefits of JavaSpeed ​​and effectiveness are two of the huge draws of utilizing Java. It's additionally one of the coding dialects viewed as simple to learn. Since a considerable lot of the cycles of this significant level language run consequently, you will not need to do an extreme investigation of how everything fills in however much you would with a low-level language. You ought to have the option to dominate it somewhat rapidly relying upon how long you can dedicate to learning and rehearsing. Different benefits of utilizing Java incorporates the accompanying:It's basic: The language structure is clear, making it simple to compose. It's not quite so mind-boggling as dialects like C++, and it utilizes programmed memory allotment.Its foundation is autonomous: You can utilize Java on various kinds of PCs, including Windows, iOS, Unix, and Linux frameworks, as long as it has the Java Virtual Machine (JVM) stage.It article situated: Because you make classes containing information and works and articles that have a place with those classes, it offers a more instinctive methodology for enormous venture improvement. It additionally gives adaptability and more straightforward investigating, and the capacity to reuse the code.It has a huge worldwide local area: This is useful while you're learning Java or would it be a good idea if you run into any issues?It upholds multithreading: When you use Java, you can run more than each string in turn. While running various strings, they share a typical memory region to expand productivity and execution.It's solid: Java tries not to utilize unequivocal pointers, runs inside a virtual machine called a sandbox, utilizes byte-code verifier to check for unlawful code, and furnishes library-level wellbeing alongside Java security bundle and run-time security checks.Java Course in PuneDrawbacks of JavaBefore concluding whether Java is the right programming language for you to begin with, taking into account its weaknesses is fundamental. One of the fundamental drawbacks to utilizing Java is that it utilizes much memory—more extensively than Python.Also, Java deals with its memory through trash assortment, which happens once the application you're chipping away at no longer references the article. Java's trash specialist cleans it off of memory, yet different strings need to stop while the garbage man works during the cycle. The step influences the general exhibition of the application. Different burdens include:It doesn't offer command over trash assortment: As a software engineer, you will not handle trash assortment utilizing capabilities like free() or erase().It has a lot of words: Even though Java is straightforward, it will in general have a ton of words in it, which will frequently leave you with mind-boggling, extensive sentences and clarifications.It doesn't have a local look when you use it for work areas: Java has numerous graphical UI (GUI) developers, yet they aren't awesome if you're making complex UI in a work area. Java is more vulnerable while you're involving it in a work area versus portable with regards to client experience and UI. While there are numerous GUI manufacturers to browse, you'll have to do a ton of exploration to track down the right one for your undertaking. Java Training in Pune