Zustand: Good. paperback 100% of proceeds go to charity! Good condition with all pages in tact. Item shows signs of use and may have cosmetic defects.
Paperback. Zustand: Good. Connecting readers with great books since 1972! Used textbooks may not include companion materials such as access codes, etc. May have some wear or writing/highlighting. We ship orders daily and Customer Service is our top priority!
Zustand: Good. Pages intact with minimal writing/highlighting. The binding may be loose and creased. Dust jackets/supplements are not included. Stock photo provided. Product includes identifying sticker. Better World Books: Buy Books. Do Good.
Hardcover. Zustand: Very Good. No Jacket. May have limited writing in cover pages. Pages are unmarked. ~ ThriftBooks: Read More, Spend Less.
EUR 13,07
Anzahl: 3 verfügbar
In den WarenkorbPaperback. Zustand: Very Good. The book has been read, but is in excellent condition. Pages are intact and not marred by notes or highlighting. The spine remains undamaged.
Zustand: very good. Gut/Very good: Buch bzw. Schutzumschlag mit wenigen Gebrauchsspuren an Einband, Schutzumschlag oder Seiten. / Describes a book or dust jacket that does show some signs of wear on either the binding, dust jacket or pages.
hardcover. Zustand: Acceptable. Acceptable condition hardback. Customary stamps and stickers. Pages are clean. Minor edgewear and rubbing. Book is in great shape. Tulsa's largest used bookstore. Located on South Mingo Road since 1991. No-hassle return policy if not completely satisfied.
Zustand: New.
Zustand: New.
Sprache: Englisch
Verlag: Virgule-Solidus LLC 10/18/2018, 2018
ISBN 10: 1949815013 ISBN 13: 9781949815016
Anbieter: BargainBookStores, Grand Rapids, MI, USA
Hardback or Cased Book. Zustand: New. How JavaScript Works. Book.
EUR 15,89
Anzahl: 1 verfügbar
In den WarenkorbPaperback. Zustand: Used; Very Good. ***Simply Brit*** Welcome to our online used book store, where affordability meets great quality. Dive into a world of captivating reads without breaking the bank. We take pride in offering a wide selection of used books, from classics to hidden gems, ensuring there is something for every literary palate. All orders are shipped within 24 hours and our lightning fast-delivery within 48 hours coupled with our prompt customer service ensures a smooth journey from ordering to delivery. Discover the joy of reading with us, your trusted source for affordable books that do not compromise on quality.
Zustand: New.
Zustand: As New. Unread book in perfect condition.
Hardback. Zustand: New.
EUR 49,92
Anzahl: Mehr als 20 verfügbar
In den WarenkorbHardback. Zustand: New.
EUR 41,99
Anzahl: Mehr als 20 verfügbar
In den WarenkorbZustand: New.
EUR 43,47
Anzahl: Mehr als 20 verfügbar
In den WarenkorbZustand: As New. Unread book in perfect condition.
EUR 42,20
Anzahl: Mehr als 20 verfügbar
In den WarenkorbHardback. Zustand: New.
EUR 45,65
Anzahl: Mehr als 20 verfügbar
In den WarenkorbHardback. Zustand: New.
Anbieter: Majestic Books, Hounslow, Vereinigtes Königreich
EUR 37,63
Anzahl: 4 verfügbar
In den WarenkorbZustand: New. Print on Demand pp. 279.
Anbieter: Books Puddle, New York, NY, USA
Zustand: New. Print on Demand pp. 279.
Anbieter: Biblios, Frankfurt am main, HESSE, Deutschland
Zustand: New. PRINT ON DEMAND pp. 279.
Anbieter: Majestic Books, Hounslow, Vereinigtes Königreich
EUR 43,37
Anzahl: 4 verfügbar
In den WarenkorbZustand: New. Print on Demand.
Anbieter: Books Puddle, New York, NY, USA
Zustand: New. Print on Demand.
Anbieter: THE SAINT BOOKSTORE, Southport, Vereinigtes Königreich
EUR 42,01
Anzahl: Mehr als 20 verfügbar
In den WarenkorbHardback. Zustand: New. This item is printed on demand. New copy - Usually dispatched within 5-9 working days 209.
Anbieter: Biblios, Frankfurt am main, HESSE, Deutschland
Zustand: New. PRINT ON DEMAND.
Anbieter: THE SAINT BOOKSTORE, Southport, Vereinigtes Königreich
EUR 38,67
Anzahl: Mehr als 20 verfügbar
In den WarenkorbPaperback / softback. Zustand: New. This item is printed on demand. New copy - Usually dispatched within 5-9 working days.
Sprache: Englisch
Verlag: Virgule-Solidus LLC Okt 2018, 2018
ISBN 10: 1949815005 ISBN 13: 9781949815009
Anbieter: BuchWeltWeit Ludwig Meier e.K., Bergisch Gladbach, Deutschland
Taschenbuch. Zustand: Neu. This item is printed on demand - it takes 3-4 days longer - Neuware -This book is for people who have had some experience with JavaScript, and want to have a better, deeper understanding of how it works and how to use it well. It is also for experienced programmers who are looking to understand the workings of another language.This book is not for beginners. I hope to someday write a book for beginners. This is not that book. This is not a light book. If you skim it, you will likely get nothing from of it. This book is not about JavaScript engines or virtual machines. It is about the language itself and the things every programmer should know about it. This book is a radical reappraisal of JavaScript, how it works, how it could be made better, and how it can be better used. It is about how to think about JavaScript and how to think in JavaScript. I am going to pretend that the current version of the language is the only version. I am not going to waste your time by showing how things worked in ES1 or ES3 or ES5. That does not matter. The focus is on how JavaScript works for us now. This book is not comprehensive. There are large, complex chunks of the language that will be dismissed without a word. If I fail to mention your most favorite feature, that is most likely because that feature is crap. I will not be paying much attention to syntax. I am assuming that you already know how to write an if statement. 280 pp. Englisch.
Sprache: Englisch
Verlag: Virgule-Solidus LLC Okt 2018, 2018
ISBN 10: 1949815013 ISBN 13: 9781949815016
Anbieter: BuchWeltWeit Ludwig Meier e.K., Bergisch Gladbach, Deutschland
Buch. Zustand: Neu. This item is printed on demand - it takes 3-4 days longer - Neuware -A light-hearted romp thru the world's most misunderstood programming language.Douglas Crockford starts by looking at the fundamentals: names, numbers, booleans, characters, and bottom values. JavaScript's number type is shown to be faulty and limiting, but then Crockford shows how to repair those problems. He then moves on to data structures and functions, exploring the underlying mechanisms and then uses higher order functions to achieve class-free object oriented programming. The book also looks at eventual programming, testing, and purity, all the while looking at the requirements of The Next Language. Most of our languages are deeply rooted in the paradigm that produced FORTRAN. Crockford attacks those roots, liberating us to consider the next paradigm. He also presents a strawman language and develops a complete transpiler to implement it. The book is deep, dense, full of code, and has moments when it is intentionally funny. 280 pp. Englisch.
Anbieter: moluna, Greven, Deutschland
EUR 35,44
Anzahl: Mehr als 20 verfügbar
In den WarenkorbZustand: New. Dieser Artikel ist ein Print on Demand Artikel und wird nach Ihrer Bestellung fuer Sie gedruckt. Über den AutorrnrnDouglas Crockford has been called a JavaScript Guru, but he is more of a Mahatma. He was born in Frostbite Falls, Minnesota, but left when he was only six months old because it was just too damn cold. He has worked in lear.