Results 21 to 30 of 83 | « previous | next »
- Get programming with JavaScript / by Larsen, John R.,author.;
Includes bibliographical references and index.Summary Get Programming with JavaScript is a hands-on introduction to programming for readers who have never programmed. You'll be writing your own web apps, games, and programs in no time! Foreword by Remy Sharp. Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications. About the Book Are you ready to start writing your own web apps, games, and programs? Youre in the right place! Get Programming with JavaScript is a hands-on introduction to programming for readers who have never written a line of code. Since youre just getting started, this friendly book offers you lots of examples backed by careful explanations. As you go along, youll find exercises to check your understanding and plenty of opportunities to practice your new skills. You dont need anything special to follow the examples just the text editor and web browser already installed on your computer. We even give you links to working online code so you can see how everything should look live on your screen. Whats Inside All the basics objects, functions, responding to users, and more Think like a coder and design your own programs Create a text-based adventure game Enhance web pages with JavaScript Run your programs in a web browser Four bonus chapters available online About the Reader No experience required! All you need is a web browser and an internet connection. About the Author John Larsen is a mathematics and computing teacher with an interest in educational research. He has an MA in mathematics and an MSc in information technology. He started programming in 1982, writing simple programs for teaching mathematics in 1993, building websites in 2001, and developing data-driven web-based applications for education in 2006. Table of Contents PART 1 CORE CONCEPTS ON THE CONSOLE Programming, JavaScript, and JS Bin Variables: storing data in your program Objects: grouping your data Functions: code on demand Arguments: passing data to functions Return values: getting data from functions Object arguments: functions working with objects Arrays: putting data into lists Constructors: building objects with functions Bracket notation: flexible property names PART 2 ORGANIZING YOUR PROGRAMS Scope: hiding information Conditions: choosing code to run Modules: breaking a program into pieces Models: working with data Views: displaying data Controllers: linking models and views PART 3 JAVASCRIPT IN THE BROWSER HTML: building web pages Controls: getting user input Templates: filling placeholders with data XHR: loading data Conclusion: get pr
- Subjects: JavaScript (Computer program language); Computer programming.; Computer software;
- Available copies: 1 / Total copies: 1
-
unAPI
- Learning TypeScript : enhance your web development skills using type-safe JavaScript / by Goldberg, Josh(Computer scientist),author.;
-
- Subjects: TypeScript (Computer program language); JavaScript (Computer program language); Web applications;
- Available copies: 1 / Total copies: 1
-
unAPI
- JavaScript / by McGrath, Mike,1956-author.(CARDINAL)422694;
-
- Subjects: JavaScript (Computer program language); Web site development.;
- Available copies: 2 / Total copies: 2
-
unAPI
- JavaScript : a beginner's guide / by Pollock, John(Web administrator)(CARDINAL)330370;
-
- Subjects: JavaScript (Computer program language); Web site development.;
- Available copies: 2 / Total copies: 3
-
unAPI
- JavaScript : a beginner's guide / by Pollock, John(Web administrator)(CARDINAL)330370;
-
- Subjects: JavaScript (Computer program language); Web site development.;
- Available copies: 0 / Total copies: 1
-
unAPI
- Sams teach yourself JavaScript in 24 hours / by Ballard, Phil,author.;
In just 24 lessons of one hour or less, Sams Teach Yourself JavaScript in 24 Hours helps you learn the fundamentals of web programming using the JavaScript language. Designed for beginners with no previous programming experience, this book's straightforward, step-by-step approach shows you how to use JavaScript to add a wide array of interactive features and effects to your web pages. Every lesson builds on what you've already learned, giving you a rock-solid foundation for real-world success. Step-by-step instructions carefully walk you through the most common JavaScript programming tasks. Practical, hands-on examples show you how to apply what you learn. Quizzes and exercises help you test your knowledge and stretch your skills.
- Subjects: JavaScript (Computer program language); Web site development.;
- Available copies: 1 / Total copies: 1
-
unAPI
- JavaScript : absolute beginner's guide / by Chinnathambi, Kirupa,author.(CARDINAL)421767;
Make the most of the newest versions of JavaScript in modern web and mobile development, even if you've never used it before! This book is the freshest, fastest way to take control of JavaScript, and use it together with CSS3 and HTML5 to create powerful web and mobile experiences. You'll learn how to do what you want, the way you want, one incredibly clear and easy step at a time. Covering the latest best practices, technologies, and applications, this is the most accessible entry-level JavaScript tutorial for readers without a programming background.
- Subjects: JavaScript (Computer program language); Web site development.;
- Available copies: 2 / Total copies: 2
-
unAPI
- JavaScript : absolute beginner's guide / by Chinnathambi, Kirupa,author.(CARDINAL)421767;
Hello, world! -- The basic stuff. Values and variables ; Functions ; Conditional statements: if, else, and switch ; Looping with for, while, and do... while! ; Commenting your code... FTW! ; Timers ; Variable scope ; Closures ; Where should your code live? -- It's an object-oriented world. Console logging basics ; Of pizza, types, primitives, and ojects ; Arrays ; Strings ; When primitives behave like objects ; Numbers ; Getters and setters ; A deeper look at objects ; Extending built-in objects ; Using classes ; Booleans and the stricter === and !=== operators ; Null and undefined -- Working with the DOM. All about JSON (aka JavaScript Object Notation) ; JS, the browser, and the dom ; Finding elements in the dom ; Modifying dom elements ; Styling our content ; Traversing the dom ; Creating and removing dom elements ; In-browser developer tools -- Dealing with events. Events ; Event bubbling and capturing ; Mouse events ; Keyboard events ; Page load events and other stuff ; Handling events for multiple elements ; Conclusion.JavaScript Absolute Beginner's Guide serves as an easy-to-understand tutorial on both scripting basics and JavaScript itself. The book is written in a clear and very personable style with an extensive use of practical, complete examples. The book is filled with large, full-color illustrations and all the programming code is displayed in color to help the beginner understand the key components and structure of the language.
- Subjects: JavaScript (Computer program language); Web site development.;
- Available copies: 3 / Total copies: 4
-
unAPI
- JavaScript all-in-one / by Minnick, Chris,author.(CARDINAL)271046;
Book 1: JavaScript fundamentals. Jumping into JavaScript ; Filling your JavaScript toolbox ; Using data ; Working with operators and expressions ; Controlling flow ; Using arrays ; Making and using objects ; Writing and running functions ; Getting oriented with classes ; Making things happen with events ; Writing asynchronous JavaScript ; Using JavaScript modules -- Book 2: Meet your web browser. What a web browser does ; Programming the browser -- Book 3: React. Getting started with React ; Writing JSX ; Building React components ; Using data and events in React -- Book 4: Vue. Getting an overview of Vue ; Introducing Vue components ; Making Vue templates ; Using data and reactivity ; Responding to events -- Book 5: Svelte. Getting started with Svelte ; Building with components ; Designing templates ; Using directives ; Using the component lifecycle ; Advanced Svelte reactivity -- Book 6: Sharpening your tools. Building from scratch ; Optimizing and bundling ; Testing your JavaScript -- Book 7: Node.js. Node.js fundamentals ; Streaming ; Working with buffers ; Accessing the file system ; Networking with Node ; Using events ; Error handling and debugging ; Accessing databases ; Riding on the express train ; Registration and authentication."JavaScript All-in-One For Dummies saves you shelf space by offering a complete introduction to JavaScript and how it's used in the real world. This book serves up JavaScript coding basics before diving into the tools, libraries, frameworks, and runtime environments new and experienced coders need to know. Start by learning the basics of JavaScript and progress through the techniques and tools used by professional JavaScript developers, even if you've never written code before"--
- Subjects: Handbooks and manuals.; JavaScript (Computer program language);
- Available copies: 2 / Total copies: 4
-
unAPI
- JavaScript® for kids for dummies® / by Minnick, Chris,author.(CARDINAL)271046; Holland, Eva,author.(CARDINAL)349114;
What is JavaScript? Alert! JavaScript is awesome. Programming the Web ; Understanding syntax ; Giving and receiving data ; Fiddling with Web applications -- Animating the Web. JavaScript and HTML ; JavaScript and CSS ; Building an animated robot -- Getting operations. Building your dream car with operands ; Putting it together with operators ; Creating your own JavaScript word game -- Arrays and functions. Creating and changing arrays ; Making it functional ; Creating a Wish List program -- Freedom of choice. Making decisions with the If ... Else statement ; Doing different things with Switch ; Choose your own adventure -- Loops. What's this Loop for? ; Using while loops ; Building a lemonade stand.
- Subjects: Young adult literature.; Young adult literature.; JavaScript (Computer program language); Programming languages (Electronic computers);
- Available copies: 2 / Total copies: 6
-
unAPI
Results 21 to 30 of 83 | « previous | next »