The Joy of JavaScript Paperback Luis Atencio

Free US Delivery | ISBN:1617295868
Better World Books
(2815160)
Angemeldet als gewerblicher Verkäufer
US $6,57
Ca.EUR 5,57
Artikelzustand:
Sehr gut
Used book that is in excellent condition. May show signs of wear or have minor defects. 100% ... Mehr erfahrenÜber den Artikelzustand
Ganz entspannt. Rückgaben akzeptiert.
Versand:
Kostenlos Economy Shipping.
Standort: Mishawaka, Indiana, USA
Lieferung:
Lieferung zwischen Fr, 26. Sep und Di, 30. Sep nach 94104 bei heutigem Zahlungseingang
Wir wenden ein spezielles Verfahren zur Einschätzung des Liefertermins an – in diese Schätzung fließen Faktoren wie die Entfernung des Käufers zum Artikelstandort, der gewählte Versandservice, die bisher versandten Artikel des Verkäufers und weitere ein. Insbesondere während saisonaler Spitzenzeiten können die Lieferzeiten abweichen.
Rücknahme:
30 Tage Rückgabe. Käufer zahlt Rückversand. Wenn Sie ein eBay-Versandetikett verwenden, werden die Kosten dafür von Ihrer Rückerstattung abgezogen.
Zahlungen:
   Diners Club 

Sicher einkaufen

eBay-Käuferschutz
Geld zurück, wenn etwas mit diesem Artikel nicht stimmt. Mehr erfahreneBay-Käuferschutz - wird in neuem Fenster oder Tab geöffnet

  • Gratis Rückversand im Inland
  • Punkte für jeden Kauf und Verkauf
  • Exklusive Plus-Deals
Der Verkäufer ist für dieses Angebot verantwortlich.
eBay-Artikelnr.:226742500232
Zuletzt aktualisiert am 11. Jul. 2025 18:58:15 MESZAlle Änderungen ansehenAlle Änderungen ansehen

Artikelmerkmale

Artikelzustand
Sehr gut
Buch, das nicht neu aussieht und gelesen wurde, sich aber in einem hervorragenden Zustand befindet. Der Einband weist keine offensichtlichen Beschädigungen auf. Bei gebundenen Büchern ist der Schutzumschlag vorhanden (sofern zutreffend). Alle Seiten sind vollständig vorhanden, es gibt keine zerknitterten oder eingerissenen Seiten und im Text oder im Randbereich wurden keine Unterstreichungen, Markierungen oder Notizen vorgenommen. Der Inneneinband kann minimale Gebrauchsspuren aufweisen. Minimale Gebrauchsspuren. Genauere Einzelheiten sowie eine Beschreibung eventueller Mängel entnehmen Sie bitte dem Angebot des Verkäufers. Alle Zustandsdefinitionen aufrufenwird in neuem Fenster oder Tab geöffnet
Hinweise des Verkäufers
“Used book that is in excellent condition. May show signs of wear or have minor defects. 100% ...
Book Title
The Joy of JavaScript Paperback Luis Atencio
ISBN
9781617295867
Kategorie

Über dieses Produkt

Product Identifiers

Publisher
Manning Publications Co. LLC
ISBN-10
1617295868
ISBN-13
9781617295867
eBay Product ID (ePID)
12038418512

Product Key Features

Number of Pages
325 Pages
Publication Name
Joy of Javascript
Language
English
Subject
Programming Languages / HTML, General, Programming / Object Oriented, Programming Languages / Javascript
Publication Year
2021
Type
Textbook
Subject Area
Mathematics, Computers
Author
Luis Atencio
Format
Trade Paperback

Dimensions

Item Height
1 in
Item Weight
23.3 Oz
Item Length
9.2 in
Item Width
7.4 in

Additional Product Features

Intended Audience
Scholarly & Professional
LCCN
2021-289254
TitleLeading
The
Dewey Edition
23
Illustrated
Yes
Dewey Decimal
005.2762
Synopsis
Whether for building interactive browser-based applications or creating server-side applications in Node, JavaScript is the most widely used language for web programming. With new features, language improvements, paradigms, and potential use cases appearing regularly, there's never been a more exciting time to be a JavaScript developer. In The Joy of JavaScript , author and JavaScript expert Luis Atencio teaches you key design concepts that lead to clean, lean, modular, and easy-to-maintain code. Key features * JavaScript's objects and module system * Working with higher order functions * Driving application business logic with functional programming principles * Dynamically hooking into data with Proxy and Reflect APIs * Static type-checking with Flow * Taming complex asynchronous behavior using reactive programming Audience Perfect for intermediate JavaScript developers with basic familiarity with HTTP, HTML/CSS, and Git/CLI. About the technology JavaScript is multi-paradigm, supporting object-oriented, functional, reactive, and event-driven styles of programming. And transpilers like Babel make it possible to compile code written in other languages into JavaScript., The Joy of JavaScript introduces techniques that turn JavaScript programmers into JavaScript pros. Summary Whether building interactive browser-based applications or creating server-side applications in Node, JavaScript is the most widely used language for web programming. With new features, language improvements, paradigms, and potential use cases appearing regularly, there's never been a more exciting time to be a JavaScript developer. In The Joy of JavaScript, author and JavaScript expert Luis Atencio teaches you key design concepts that lead to clean, lean, modular, and easy-to-maintain code. Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications. About the technology JavaScript is at the heart of web applications on the browser side and, via the popular Node.js runtime, it often powers the server side too. Simply put, the web runs on JavaScript. About the book The Joy of JavaScript introduces techniques that turn JavaScript programmers into JavaScript pros. You'll work with cutting edge APIs, language features, and coding styles to tackle tricky problems in an elegant manner. Along the way, you'll practice good object design, drive business logic with functional thinking, and untangle complex data flows. What's inside JavaScript's objects and module system Working with higher order functions Identifying and creating composable software Preparing for upcoming JavaScript features About the reader Written for experienced and passionate JavaScript developers. About the author Luis Atencio is a software engineer for Citrix Systems, author of Manning's Functional Programming in JavaScript, and co-author of Manning's RxJS in Action. Table of Contents 1 JavaScript reloaded PART 1 - OBJECTS 2 Inheritance-based object modeling 3 Linked, compositional object models PART 2 - FUNCTIONS 4 Writing composable, pure code 5 Higher-kinded composition PART 3 - CODE 6 ECMAScript Modules 7 Hooked on metaprogramming PART 4 - DATA 8 Linear async flows 9 Stream programming, Whether for building interactive browser-based applications or creating server-side applications in Node, JavaScript is the most widely used language for web programming. With new features, language improvements, paradigms, and potential use cases appearing regularly, there's never been a more exciting time to be a JavaScript developer. In The Joy of JavaScript, author and JavaScript expert Luis Atencio teaches you key design concepts that lead to clean, lean, modular, and easy-to-maintain code. Key features * JavaScript's objects and module system * Working with higher order functions * Driving application business logic with functional programming principles * Dynamically hooking into data with Proxy and Reflect APIs * Static type-checking with Flow * Taming complex asynchronous behavior using reactive programming Audience Perfect for intermediate JavaScript developers with basic familiarity with HTTP, HTML/CSS, and Git/CLI. About the technology JavaScript is multi-paradigm, supporting object-oriented, functional, reactive, and event-driven styles of programming. And transpilers like Babel make it possible to compile code written in other languages into JavaScript. Luis Atencio is a software engineer for Citrix Systems, where he develops and architects web applications leveraging Java, PHP, and JavaScript platforms. He blogs about software engineering at http://luisatencio.net, has spoken in many dev conferences, and has written articles for PHPArch magazine and DZone Refcardz. Luis is the author of Manning's Functional Programming in JavaScript and the co-author of Manning's RxJS in Action., Whether for building interactive browser-based applications or creating server-side applications in Node, JavaScript is the most widely used language for web programming. With new features, language improvements, paradigms, and potential use cases appearing regularly, there's never been a more exciting time to be a JavaScript developer. In The Joy of JavaScript , author and JavaScript expert Luis Atencio teaches you key design concepts that lead to clean, lean, modular, and easy-to-maintain code. Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications.
LC Classification Number
QA76.73.J39A85 2021

Artikelbeschreibung des Verkäufers

Rechtliche Informationen des Verkäufers

Ich versichere, dass alle meine Verkaufsaktivitäten in Übereinstimmung mit allen geltenden Gesetzen und Vorschriften der EU erfolgen.
Info zu diesem Verkäufer

Better World Books

99% positive Bewertungen13,7 Mio. Artikel verkauft

Mitglied seit Nov 2002
Angemeldet als gewerblicher Verkäufer
Better World Books is a for-profit, socially conscious business and a global online bookseller that collects and sells new and used books online, matching each purchase with a book donation. Each sale ...
Mehr anzeigen
Shop besuchenKontakt

Detaillierte Verkäuferbewertungen

Durchschnitt in den letzten 12 Monaten
Genaue Beschreibung
4.9
Angemessene Versandkosten
5.0
Lieferzeit
5.0
Kommunikation
5.0

Verkäuferbewertungen (4.347.077)

Alle Bewertungen
Positiv
Neutral
Negativ
  • c***m (439)- Bewertung vom Käufer.
    Letzte 6 Monate
    Bestätigter Kauf
    AAA+++; Excellent Service; Great Pricing; Fast Delivery-Faster Than Expected to Hawaii , Received 07/27; Paperback book in Great Condition as Described ; TLC Packaging; Excellent Seller Communication, Sends updates . Highly Recommended!, Thank you very much!
  • e***g (59)- Bewertung vom Käufer.
    Letzte 6 Monate
    Bestätigter Kauf
    Excellent prices on used books in great condition. Shipped out quickly. Product condition is accurate to rating in listing. Thanks! NOTE: For this particular book (I ordered several), it came in a soft cover rather than hard cover as the listing stated. I contacted the seller and they responded promptly. They agreed that it was a listing error and provided me with a full refund for this book (without return required) proving they are both a responsible and trustworthy seller.
  • d***d (46)- Bewertung vom Käufer.
    Letzter Monat
    Bestätigter Kauf
    This book is fantastic! The quality is exactly as described, it’s in great condition, the appearance is clean and basically brand-new, and it came at an excellent price. This is a first-rate, five-star seller that deserves everyone's business. They packaged the book with extreme care, shipped it quickly, and communicated effectively throughout the process. This was an excellent buying experience and I wouldn't hesitate to buy from this seller again.