How JavaScript Works: Master the Basics of JavaScript and Modern Web App Development
Autor Jonathon Simpsonen Limba Engleză Paperback – 23 dec 2023
How JavaScript Works begins with a practical introduction of the basics before moving into the technical underpinnings of JavaScript, detailing everything you need to know, including variables, memory storage, functions, classes, types, maps, sets and APIs. Once you’ve fully absorbed these key topics. author Jonathan Simpson will show you how to put them into practice, demonstrating how they are employed for modern web development. You’ll learn how to use JavaScript with HTML and CSS to construct web pages and applications, how to change CSS with JavaScript, and how to utilize Fetch and asynchronous operations.
Uponcompleting this book, you will have the foundational knowledge necessary to continue your journey to becoming a professional JavaScript developer.What You Will Learn:
- Gain insight into the technical essentials of JavaScript and how it works
- Learn advanced concepts and such as memory storage and how classes, functions and objects actually work
- Explore the basic mathematical underpinnings of JavaScript
- Understand how JavaScript is used to manipulate HTML and CSS
- Obtain the tools and knowledge needed to start your career in web development
Anyone interested in a web development career, as well as those who may have already embarked on their careers, but who want to deepen their technical understanding of JavaScript and how it works.
Preț: 176.67 lei
Preț vechi: 220.84 lei
-20% Nou
Puncte Express: 265
Preț estimativ în valută:
33.81€ • 35.57$ • 27.99£
33.81€ • 35.57$ • 27.99£
Carte disponibilă
Livrare economică 24 decembrie 24 - 07 ianuarie 25
Livrare express 10-14 decembrie pentru 54.83 lei
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9781484297377
ISBN-10: 1484297377
Pagini: 322
Ilustrații: XV, 322 p. 87 illus., 84 illus. in color.
Dimensiuni: 155 x 235 x 24 mm
Greutate: 0.48 kg
Ediția:First Edition
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States
ISBN-10: 1484297377
Pagini: 322
Ilustrații: XV, 322 p. 87 illus., 84 illus. in color.
Dimensiuni: 155 x 235 x 24 mm
Greutate: 0.48 kg
Ediția:First Edition
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States
Cuprins
Ch1 Introduction to JavaScript.- Ch2 Variables, Comments, and Logical Statements.- Ch3 Introduction to Objects, Arrays.- Ch4 Loops and Iterables.- Ch5 References, Values, and Memory Management.- Ch6 Functions and Classes.- Ch7 Types.- Ch8 Manipulating and Interacting with HTML.- Ch9 Maps and Sets.- Ch10 Fetching Data, APIs and Promises.- Ch11 Errors and the Console.- Ch12 Maps and Sets.- Ch13 Websockets.- Conclusion.- Appendix.
Notă biografică
Jonathon Simpson studied at UCL and is a Product Owner at Revolut and has more than than 12 years of web development experience working on a wide range of products and services. Jonathon also owns and operates a popular software engineering blog focusing on JavaScript.
Textul de pe ultima copertă
JavaScript is a complicated language with a lot of misinformation surrounding how it works. This book provides a comprehensive introduction to JavaScript, from how it works at a technical level to how it is used to create websites and applications. Everything you need to know to start a career in JavaScript development is covered here.
How JavaScript Works begins with a practical introduction of the basics before moving into the technical underpinnings of JavaScript, detailing everything you need to know, including variables, memory storage, functions, classes, types, maps, sets and APIs. Once you’ve fully absorbed these key topics. author Jonathan Simpson will show you how to put them into practice, demonstrating how they are employed for modern web development. You’ll learn how to use JavaScript with HTML and CSS to construct web pages and applications, how to change CSS with JavaScript, and how to utilize Fetch and asynchronous operations.
Upon completing this book, you will have the foundational knowledge necessary to continue your journey to becoming a professional JavaScript developer. You will:
How JavaScript Works begins with a practical introduction of the basics before moving into the technical underpinnings of JavaScript, detailing everything you need to know, including variables, memory storage, functions, classes, types, maps, sets and APIs. Once you’ve fully absorbed these key topics. author Jonathan Simpson will show you how to put them into practice, demonstrating how they are employed for modern web development. You’ll learn how to use JavaScript with HTML and CSS to construct web pages and applications, how to change CSS with JavaScript, and how to utilize Fetch and asynchronous operations.
Upon completing this book, you will have the foundational knowledge necessary to continue your journey to becoming a professional JavaScript developer. You will:
- Gain insight into the technical essentials of JavaScript and how it works
- Learn advanced concepts and such as memory storage and how classes, functions and objects actually work
- Explore the basic mathematical underpinnings of JavaScript
- Understand how JavaScript is used to manipulate HTML and CSS
- Obtain the tools and knowledge needed to start your career in web development
Caracteristici
Explains in detail how JavaScript actually works under the hood Teaches the technical basics and how to apply them in real world scenarios Details JavaScript's quirks through the context these features were created in