Название: Getting Started with jаvascript: A jаvascript Beginner's Guide to Building Dynamic Web and Mobile Apps with Hands-On Examples and 200+ Sample Projects
Автор: Thomas Theis
Издательство: Rheinwerk Publishing Inc.
Год: 2025
Страниц: 520
Язык: английский
Формат: epub (true)
Размер: 10.1 MB
New to programming and jаvascript? Look no further! With this beginner’s guide, learn the language ABCs and start developing applications. Walk through the programming basics: branches, functions, methods, objects, and more. Then create forms and events; use the Document Object Model (DOM); and work with large data sets, processing strings, mathematics, time, and other data structures. Design your web and mobile applications using tools like Ajax, CSS, jQuery, and Onsen UI. Follow code examples and expert tips, and you’ll be developing in no time! jаvascript is an interpreted language, which means jаvascript programs are translated and executed line by line. jаvascript also offers many elements that may be familiar to you from other programming languages, such as loops for a quick repetition of program parts, branches for the different handling of different situations, and functions for breaking down a program into manageable components. You also have a variety of objects at your disposal. Using the Document Object Model (DOM), you can access all elements of your webpages in jаvascript so that you can change them dynamically.