Products related to JavaScript:
-
Programming JavaScript Applications
Take advantage of JavaScript's power to build robust web-scale or enterprise applications that are easy to extend and maintain.By applying the design patterns outlined in this practical book, experienced JavaScript developers will learn how to write flexible and resilient code that's easier - yes, easier - to work with as your code base grows.JavaScript may be the most essential web programming language, but in the real world, JavaScript applications often break when you make changes.With this book, author Eric Elliott shows you how to add client- and server-side features to a large JavaScript application without negatively affecting the rest of your code.Examine the anatomy of a large-scale JavaScript application Build modern web apps with the capabilities of desktop applications Learn best practices for code organization, modularity, and reuse Separate your application into different layers of responsibility Build efficient, self-describing hypermedia APIs with Node.js Test, integrate, and deploy software updates in rapid cycles Control resource access with user authentication and authorization Expand your application's reach through internationalization
Price: 31.99 £ | Shipping*: 0.00 £ -
JavaScript Masterclass : A comprehensive guide to mastering JavaScript programming
Price: 31.99 £ | Shipping*: 0.00 £ -
Head First JavaScript Programming : A Learner's Guide to Modern JavaScript
What will you learn from this book?The new edition of this brain-friendly guide takes you through a comprehensive journey into modern JavaScript, covering everything from core language fundamentals to today's cutting-edge features.You'll dive into the nuances of JavaScript types and the unparalleled flexibility of its functions.You'll also learn how to expertly navigate classes and objects, and finally understand closures.But that's just the beginning. You'll also get hands-on with the browser's document object model (DOM), engaging with JavaScript in exciting ways.You won't just be reading-you'll be playing games, solving puzzles, pondering mysteries, and interacting with JavaScript as never before. And you'll write real code, lots of it, so you can start building your own applications. What's so special about this book?If you've read a Head First book, you know what to expect: a visually rich format designed for the way your brain works.If you haven't, you're in for a treat. With this book, you'll learn JavaScript through a multisensory experience that engages your mind-rather than a text-heavy approach that puts you to sleep.
Price: 55.99 £ | Shipping*: 0.00 £ -
JavaScript Cookbook : Programming the Web
Why reinvent the wheel every time you run into a problem with JavaScript?This cookbook is chock-full of code recipes for common programming tasks, along with techniques for building apps that work in any browser.You'll get adaptable code samples that you can add to almost any project--and you'll learn more about JavaScript in the process. The recipes in this book take advantage of the latest features in ECMAScript 2020 and beyond and use modern JavaScript coding standards.You'll learn how to:Set up a productive development environment with a code editor, linter, and test serverWork with JavaScript data types, such as strings, arrays, and BigIntsImprove your understanding of JavaScript functions, including arrow functions, closures, and generatorsApply object-oriented programming concepts like classes and inheritanceWork with rich media in JavaScript, including audio, video, and SVGsManipulate HTML markup and CSS stylesUse JavaScript anywhere with Node.jsAccess and manipulate remote data with REST, GraphQL, and FetchGet started with the popular Express application-building frameworkPerform asynchronous operations with Promises, async/await, and web workers
Price: 63.99 £ | Shipping*: 0.00 £
-
What is the programming project in JavaScript?
The programming project in JavaScript is a hands-on exercise where students apply their knowledge of JavaScript to create a functional application or website. This project typically involves writing code to build interactive features, manipulate data, and handle user input. It allows students to practice problem-solving, logical thinking, and coding skills while working on a real-world project. The project may also include tasks such as integrating with APIs, creating dynamic content, and implementing user interface components. Overall, the programming project in JavaScript is a practical way for students to demonstrate their understanding of the language and its capabilities.
-
Which programming language is better: JavaScript or TypeScript?
The choice between JavaScript and TypeScript depends on the specific requirements of the project. JavaScript is a widely-used language with a large community and extensive library support, making it great for web development. On the other hand, TypeScript offers static typing, which can help catch errors early in the development process and improve code quality. TypeScript is often preferred for larger projects or teams where type safety and scalability are important. Ultimately, the decision between JavaScript and TypeScript should be based on the specific needs and goals of the project.
-
How can JavaScript be used for backend programming?
JavaScript can be used for backend programming through the use of runtime environments like Node.js. Node.js allows developers to write server-side code using JavaScript, enabling them to build scalable and efficient backend systems. With Node.js, developers can handle tasks such as server-side logic, database operations, and API integrations, making JavaScript a versatile language for full-stack development. Additionally, the npm ecosystem provides a wide range of libraries and modules that can be easily integrated into backend projects, further enhancing the capabilities of JavaScript for server-side programming.
-
Which programming language is better: JavaScript or Python?
The choice between JavaScript and Python depends on the specific use case and requirements of the project. JavaScript is commonly used for web development and has strong support for front-end development, while Python is versatile and widely used for tasks such as data analysis, machine learning, and automation. Both languages have their strengths and weaknesses, so it's important to consider the specific needs of the project before deciding which language is better suited for the task at hand.
Similar search terms for JavaScript:
-
Learn Enough JavaScript to Be Dangerous : A Tutorial Introduction to Programming with JavaScript
All You Need to Know, and Nothing You Don't, to Write JavaScript for the Web and Beyond JavaScript plays a key role in modern software development, not only because it is the only language that runs inside virtually all web browsers, but also because it has become widely used for back-end and general-purpose development as well.Although JavaScript is a big language, you don't need to learn "everything" about it to get started, just how to use it efficiently to solve real problems.In Learn Enough JavaScript to Be Dangerous, renowned instructor Michael Hartl teaches the specific concepts, skills, and approaches you need to be professionally productive. Even if you've never programmed before, Hartl helps you quickly build technical sophistication and master the lore you need to succeed.Treating JavaScript as a general-purpose language right from the start, Hartl offers examples for creating dynamic effects in browsers and for writing scripts and modules using Node.js.Focused exercises help you internalize what matters, without wasting time on details pros don't care about.Soon, it'll be like you were born knowing this stuff--and you'll be suddenly, seriously dangerous. Learn enough about . . . Rapidly deploying a simple JavaScript app to the live WebWorking with strings and other native JavaScript objectsApplying functions and elegant, powerful functional-programming techniquesCreating new objects with both properties and methodsWriting tests and improving code with test-driven development (TDD)Developing and using self-contained, modular NPM software packagesAdding interactivity with event listeners, dynamic HTML forms, and DOM manipulationWriting useful, nontrivial JavaScript shell scriptsBuilding an industrial-grade interactive website with JavaScript, from start to finishMichael Hartl's Learn Enough series includes books and video courses that focus on the most important parts of each subject, so you don't have to learn everything to get started--you just have to learn enough to be dangerous and solve technical problems yourself. Register your book for convenient access to downloads, updates, and/or corrections as they become available.See inside book for details.
Price: 29.99 £ | Shipping*: 0.00 £ -
Programming for Absolute Beginners : Using the JavaScript Programming Language
New programmers start here...this book introduces students or aspiring professionals to the world of computer programming using JavaScript and related technologies.This book doesn't just teach the basics of programming, but also all of the tools that new programmers need to get started, including the basics of making web pages and how the Internet works.Programming for Absolute Beginners offers practice problems, activities, and a host of resources to get new programmers started, plus a large glossary of terms introduced in the book and that a new programmer might encounter when learning on their own.No special software is required; this book will help you regardless of what your computer setup is, and source code will be freely available via GitHub. What You Will LearnHow computers workHow computers communicate over networksHow web pages are built with HTML andCSSHow JavaScript worksHow JavaScript interacts with web pagesIntermediate JavaScript topics such as recursion and scopingUsing JavaScript for network communication Who This Book Is ForAnyone wanting to begin computer programming, including students who need to learn the fundamentals and early professionals who want to go back and revisit the basics.
Price: 39.99 £ | Shipping*: 0.00 £ -
Web Programming with HTML5, CSS, and JavaScript
Web Programming with HTML5, CSS, and JavaScript is written for the undergraduate, client-side web programming course.It covers the three client-side technologies (HTML5, CSS, and JavaScript) in depth, with no dependence on server-side technologies.
Price: 60.99 £ | Shipping*: 0.00 £ -
Programming TypeScript : Making Your JavaScript Applications Scale
Any programmer working in a dynamically typed language will tell you how hard it is to scale that language to more lines of code and to more engineers.That's why Facebook, Google, and Microsoft invented gradual static type layers for their dynamically typed JavaScript and Python code.TypeScript is one such type layer, and does something unique among them: it makes programming fun with its powerful, modern, static type system.With this book, programmers who understand JavaScript at an intermediate level will learn how to master the TypeScript language.You'll understand how TypeScript can help you get rid of bugs in your code, scale your code across 10x more engineers, and make programming fun again.
Price: 44.99 £ | Shipping*: 0.00 £
-
How can one use JavaScript for backend programming?
JavaScript can be used for backend programming by utilizing runtime environments like Node.js. Node.js allows developers to run JavaScript code on the server-side, enabling them to build backend applications. With Node.js, developers can create servers, handle requests, interact with databases, and perform other backend tasks using JavaScript. Additionally, Node.js has a vast ecosystem of libraries and frameworks that make backend development efficient and scalable.
-
Which programming language is better: Python or JavaScript?
The choice between Python and JavaScript depends on the specific use case and requirements. Python is known for its simplicity, readability, and versatility, making it a popular choice for data analysis, machine learning, and web development. On the other hand, JavaScript is widely used for front-end web development and has a strong ecosystem for building interactive and dynamic web applications. Both languages have their strengths and weaknesses, so the "better" language ultimately depends on the specific needs of the project.
-
Which programming language is better: JavaScript or Python 2?
JavaScript and Python 2 are both popular programming languages, each with its own strengths and weaknesses. JavaScript is commonly used for web development and has a larger ecosystem of libraries and frameworks. On the other hand, Python 2 is known for its simplicity and readability, making it a great choice for beginners and for tasks like data analysis and scientific computing. Ultimately, the choice between the two languages depends on the specific requirements of the project and the developer's familiarity with the language.
-
Which programming language should I learn: Python or JavaScript?
The choice between learning Python or JavaScript depends on your goals and interests. Python is a versatile language often used for data analysis, artificial intelligence, and web development, while JavaScript is primarily used for front-end web development. If you are interested in data science, machine learning, or backend development, Python may be a better choice. On the other hand, if you are more interested in web development and creating interactive websites, JavaScript would be a good language to learn. Ultimately, both languages are valuable and widely used, so it may be beneficial to learn both at some point in your programming journey.
* All prices are inclusive of VAT and, if applicable, plus shipping costs. The offer information is based on the details provided by the respective shop and is updated through automated processes. Real-time updates do not occur, so deviations can occur in individual cases.