Cantitate/Preț
Produs

Begin to Code with JavaScript

Autor Rob Miles
en Limba Engleză Paperback – 18 noi 2021
This full-color book will inspire you to start solving problems and creating programs with JavaScript, even if you have absolutely no programming experience. It's not just friendly and easy: it's the first JavaScript beginner's guide that puts you in control of your own learning, and empowers you to build unique programs to solve problems you care about. Microsoft has completely reinvented the beginning programmer's tutorial, reflecting deep re-search into how today's beginners learn, and why other books fall short. Begin to Code with JavaScript is packed with innovations, including its "Snaps" library of pre-built operations that are easy to combine your own unique programs, Cookie Cutter templates that give you a flying start, and "Make Something Happen" projects that help you build skills by creating your own programs, not programs someone else has handed you. Throughout, Begin to Code with JavaScript balances playful exposition and illustration of programming fundamentals with your own creative input - and you'll never be more than a page or two away from making something unique and personal to you. It will help you:
  • Start running JavaScript and understand how it works
  • Construct web pages with HTML, and style them with CSS
  • Work with and store data, make decisions, and repeat actions
  • Use objects and create functions
  • Take advantage of pre-built libraries and frameworks
  • Create full applications and games - from simple to complex
  • Understand the "social" aspects of software development
  • Test and debug your code with What can go wrong sections
  • Use practical, downloadable code samples to jumpstart your own projects
Whether you're a total beginner or you've tried before, Begin to Code with JavaScript will put the power, excitement, and creativity of programming where it belongs: in your hands
Citește tot Restrânge

Preț: 20344 lei

Preț vechi: 25430 lei
-20%

Puncte Express: 305

Preț estimativ în valută:
3898 4222$ 3342£

Carte disponibilă

Livrare economică 19 aprilie-03 mai
Livrare express 04-10 aprilie pentru 4534 lei

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9780136870722
ISBN-10: 0136870724
Pagini: 512
Dimensiuni: 185 x 228 x 27 mm
Greutate: 1.01 kg
Editura: Pearson Education (US)

Notă biografică

Rob Miles spent more than 30 years teaching programming at the University of Hull in the United Kingdom. He now runs a company promoting community uptake of computer technology. Hes a Microsoft MVP with a passion for programming and creating new things. If he had any spare time, hed spend it writing even more code. He loves building devices and then switching them on to see what they do. He reckons that programming is the most creative thing you can learn how to do. He claims to know a lot of really good jokes, but nobody has ever heard him tell one. If you want an insight into the Wacky World of Rob Miles, you can read his blog at www.robmiles. com and follow him on Twitter via @RobMiles.

Cuprins

Part 1: The world of JavaScript
Chapter 1 Running JavaScript
Chapter 2 Hypertext Markup Language (HTML)
Chapter 3 Cascading Style Sheets (CSS)
Part 2: Coding with JavaScript
Chapter 4 Working with data
Chapter 5 Making decisions in programs
Chapter 6 Repeating actions in programs
Chapter 7 Creating functions
Chapter 8 Storing data
Chapter 9 Objects
Part 3: Useful JavaScript
Chapter 10 Advanced JavaScript
Chapter 11 Creating applications
Chapter 12 Creating games