JavaScript in easy steps, 6th edition

Add your review

$17.77

$17.77


Note: Prices may fluctuate as sellers adjust them regularly. You'll see the latest price at final checkout.
Add to wishlistAdded to wishlistRemoved from wishlist 0
Add to compare



JavaScript in easy steps, 6th edition instructs the user how to create exciting web pages that employ the power of JavaScript to provide functionality. You need have no previous knowledge of any scripting language so it’s ideal for the newcomer to JavaScript. By the end of this book you will have gained a sound understanding of JavaScript and be able to add exciting dynamic scripts to your own web pages.

JavaScript in easy steps, 6th edition begins by explaining how to easily incorporate JavaScript code in an HTML document. Examples demonstrate how to use built-in JavaScript functions to work with Math, date and time, random numbers, cookies, text strings, and elements of web pages via the Document Object Model (DOM). You will learn how JavaScript is used with HTML submission forms and how JavaScript Object Notation (JSON) is used for asynchronous browser-server communication. The book examples provide clear syntax-highlighted code showing how to create behaviors for an HTML document to endow components with interactive functionality, to illustrate each aspect of JavaScript.

JavaScript in easy steps, 6th edition has an easy-to-follow style that will appeal to anyone who wants to add functionality to their web pages. It will appeal to programmers who want to quickly add JavaScript to their skills set, and to the student who is studying website design at school or college, and to those seeking a career in web development who need an understanding of client-side scripting.

Fully updated since the previous edition, which was published in 2013.

Table of Contents:

1. Get Started in JavaScript

2. Perform Useful Operations

3. Manage the Script Flow

4. Use Script Objects

5. Control Numbers and Strings

6. Address the Window Object

7. Interact with the Document

8. Create Web Applications

9. Produce Script Magic

ASIN ‏ : ‎ B0858GDTB1
Publisher ‏ : ‎ In Easy Steps Limited
Accessibility ‏ : ‎ Learn more
Publication date ‏ : ‎ February 26, 2020
Edition ‏ : ‎ 6th
Language ‏ : ‎ English
File size ‏ : ‎ 16.8 MB
Screen Reader ‏ : ‎ Supported
Enhanced typesetting ‏ : ‎ Enabled
X-Ray ‏ : ‎ Not Enabled
Word Wise ‏ : ‎ Not Enabled
Print length ‏ : ‎ 186 pages
ISBN-13 ‏ : ‎ 978-1840789058
Page Flip ‏ : ‎ Enabled
Part of series ‏ : ‎ In Easy Steps
Best Sellers Rank: #1,133,267 in Kindle Store (See Top 100 in Kindle Store) #149 in JavaScript Programming (Books) #171 in JavaScript Programming (Kindle Store) #2,027 in Programming Languages (Books)
Customer Reviews: 4.5 4.5 out of 5 stars (162) var dpAcrHasRegisteredArcLinkClickAction; P.when(‘A’, ‘ready’).execute(function(A) { if (dpAcrHasRegisteredArcLinkClickAction !== true) { dpAcrHasRegisteredArcLinkClickAction = true; A.declarative( ‘acrLink-click-metrics’, ‘click’, { “allowLinkDefault”: true }, function (event) { if (window.ue) { ue.count(“acrLinkClickCount”, (ue.count(“acrLinkClickCount”) || 0) + 1); } } ); } }); P.when(‘A’, ‘cf’).execute(function(A) { A.declarative(‘acrStarsLink-click-metrics’, ‘click’, { “allowLinkDefault” : true }, function(event){ if(window.ue) { ue.count(“acrStarsLinkWithPopoverClickCount”, (ue.count(“acrStarsLinkWithPopoverClickCount”) || 0) + 1); } }); });

11 reviews for JavaScript in easy steps, 6th edition

0.0 out of 5
0
0
0
0
0
Write a review
Show all Most Helpful Highest Rating Lowest Rating
  1. Sadie

    JavaScript
    I like the exercises and the fact that the chapters are not long and boring. I find JavaScript a bit challenging and I like how the author makes it interesting to learn.

    Helpful(0) Unhelpful(0)You have already voted this
  2. John F

    Purchased for grandsons who are 11 yrs old to entice them to learn programming
    Liked the format of book, pictures to keep youngsters interestedLiked the progression of learning programming.Also complimentary to authors book on Java.

    Helpful(0) Unhelpful(0)You have already voted this
  3. Per Thykjaer Jensen

    It’s all in the console
    If you truly love to see all the results in the console you’ve got a masterpiece. If you read the book and try the samples, you will certainly get an excellent introduction to many aspects of the JavaScript code. I guess that frontend designers will miss some practical examples, such as: how do we get results on the screen? And how can we create stunning user experiences (UX) with JavaScript? If a user clicks on my image, how can we then fire off insane animations?If you know your CSS and HTML this may seem trivial. For humans dabbling with their first experiences of interactive frontend design this book has a steep learning curve.That being said – McGrath’s “JavaScript in Easy Steps” is a very good and thorough introduction to the art of code.

    Helpful(0) Unhelpful(0)You have already voted this
  4. Amazon Customer

    Easy Steps
    Me gustan los libros de easy steps para tener uns impresion rapida del tema.Muy bien explucada la parte de funciones.

    Helpful(0) Unhelpful(0)You have already voted this
  5. Tully Endicott

    Good overview.
    Good intro and quick reference if you use JS only occasionally.

    Helpful(0) Unhelpful(0)You have already voted this
  6. Arul Jaganathan

    The book is good, Charleston book house is bad. They don’t ship latest edition as advertised.
    The book is good, Charleston book house is bad. They don’t ship latest edition as advertised. I paid for last edition (2019), but shipped (2009) version. When I emailed, they said don’t have latest edition, told to live with it. Unethical business practices.

    Helpful(0) Unhelpful(0)You have already voted this
  7. DAVID BURN

    A really useful beginners book, which takes you through the stages in learning coding really well.

    Helpful(0) Unhelpful(0)You have already voted this
  8. Amazon Customer

    I already knew some Javascript coding and this work is well laid out and good for reference as well as learning the subject.

    Helpful(0) Unhelpful(0)You have already voted this
  9. R. A. Smith

    The topics are broken down into manageable pieces. It’s useful to be able to look up a particular command or code word in the index. The only problem that I found is that the book will instruct you to type some code, but doesn’t always explain exactly how to understand what that code means line-by-line. Obviously that would mean a much lengthier book in terms of pages, so on balance, it has to be concise enough to get you through a particular topic without spending too much time on any one specific thing. So for that reason, it is good as a reference to find a particular topic.

    Helpful(0) Unhelpful(0)You have already voted this
  10. jkgamerlord

    I bought this book just as I decided to learn JavaScript. It left me clueless. I then bought and studied more detailed material and got a basic understanding in how to write out and code in JS, the basics of the language, how it is used, creating functions and so on.Then going back to this book can now see its worth, it shows you how to code out many interactive things you see on websites so is a good guide, reference point for such things.It doesnt teach you in depth the fundamentals of Javascript which you need first.Furthermore, its quite basic and simplistic so you will probably need google and use other resources but a good starting point when wondering how you can do x thing on your website.

    Helpful(0) Unhelpful(0)You have already voted this
  11. Neil.A

    When the book says “in easy steps” I guess that depends on your level of programming (or intelligence).I got on fairly well with it but there were some bits that just left me scratching my head metaphorically speaking.Guess easy for some people isn’t easy for others, I fell into the others bracket.

    Helpful(0) Unhelpful(0)You have already voted this

    Add a review

    Your email address will not be published. Required fields are marked *

    JavaScript in easy steps, 6th edition
    JavaScript in easy steps, 6th edition

    $17.77

    bestdealsavvy.com
    Logo
    Register New Account
    Compare items
    • Total (0)
    Compare
    0
    Shopping cart