|Eingestellt in Kategorie:

Funktionale Programmierung in JavaScript: So verbessern Sie Ihr JavaScript...-

Ursprünglicher Text
Functional Programming in JavaScript : How to Improve Your JavaScript...
zombies of the information society
(949)
Angemeldet als privater Verkäufer
Verbraucherschützende Vorschriften, die sich aus dem EU-Verbraucherrecht ergeben, finden daher keine Anwendung. Der eBay-Käuferschutz gilt dennoch für die meisten Käufe. Mehr erfahren
US $23,00
Ca.EUR 19,65
oder Preisvorschlag
Artikelzustand:
Neuwertig
See photo
Ganz entspannt. Rückgaben akzeptiert.
Versand:
US $5,22 (ca. EUR 4,46) USPS Media MailTM.
Standort: Rosemead, California, USA
Bei Kombiversand sparen
Mehrere Artikel kaufen
Sie erhalten automatisch Versandrabatte, wenn Sie mindestens zwei teilnahmeberechtigte Artikel vom selben Verkäufer kaufen.
Bündeln und sparen
Um zu sehen, ob Artikel teilnahmeberechtigt sind, einfach die Artikel in den Warenkorb legen. Der Betrag für Kombiversand wird dann an der Kasse angezeigt.
Lieferung:
Lieferung zwischen Do, 21. Aug und Di, 26. Aug 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.:266021787357
Zuletzt aktualisiert am 07. Jul. 2024 10:42:24 MESZAlle Änderungen ansehenAlle Änderungen ansehen

Artikelmerkmale

Artikelzustand
Neuwertig
Buch, das wie neu aussieht, aber bereits gelesen wurde. Der Einband weist keine sichtbaren Gebrauchsspuren 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
“See photo”
ISBN
9781617292828

Über dieses Produkt

Product Identifiers

Publisher
Manning Publications Co. LLC
ISBN-10
1617292826
ISBN-13
9781617292828
eBay Product ID (ePID)
219255448

Product Key Features

Number of Pages
272 Pages
Publication Name
Functional Programming in JavaScript : How to Improve Your JavaScript Programs Using Functional Techniques
Language
English
Subject
Programming Languages / General, Programming / General, Programming / Object Oriented, Programming Languages / Javascript
Publication Year
2016
Type
Textbook
Author
Luis Atencio
Subject Area
Computers
Format
Trade Paperback

Dimensions

Item Height
0.6 in
Item Weight
16.8 Oz
Item Length
9.2 in
Item Width
7.4 in

Additional Product Features

Intended Audience
Scholarly & Professional
LCCN
2016-287197
Dewey Edition
23
Illustrated
Yes
Dewey Decimal
005.2762
Synopsis
Summary Functional Programming in JavaScript teaches JavaScript developers functional techniques that will improve extensibility, modularity, reusability, testability, and performance. Through concrete examples and jargon-free explanations, this book teaches you how to apply functional programming to real-life development tasks Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications. About the Technology In complex web applications, the low-level details of your JavaScript code can obscure the workings of the system as a whole. As a coding style, functional programming (FP) promotes loosely coupled relationships among the components of your application, making the big picture easier to design, communicate, and maintain. About the Book Functional Programming in JavaScript teaches you techniques to improve your web applications - their extensibility, modularity, reusability, and testability, as well as their performance. This easy-to-read book uses concrete examples and clear explanations to show you how to use functional programming in real life. If you're new to functional programming, you'll appreciate this guide's many insightful comparisons to imperative or object-oriented programming that help you understand functional design. By the end, you'll think about application design in a fresh new way, and you may even grow to appreciate monads What's Inside High-value FP techniques for real-world uses Using FP where it makes the most sense Separating the logic of your system from implementation details FP-style error handling, testing, and debugging All code samples use JavaScript ES6 (ES 2015) About the Reader Written for developers with a solid grasp of JavaScript fundamentals and web application design. About the Author Luis Atencio is a software engineer and architect building enterprise applications in Java, PHP, and JavaScript. Table of Contents PART 1 THINK FUNCTIONALLY Becoming functional Higher-order JavaScript PART 2 GET FUNCTIONAL Few data structures, many operations Toward modular, reusable code Design patterns against complexity PART 3 ENHANCING YOUR FUNCTIONAL SKILLS Bulletproofing your code Functional optimizations Managing asynchronous events and data, Summary Functional Programming in JavaScript teaches JavaScript developers functional techniques that will improve extensibility, modularity, reusability, testability, and performance. Through concrete examples and jargon-free explanations, this book teaches you how to apply functional programming to real-life development tasks Purchase of the print book includes a free eBook in PDF, Kindle, and ePub formats from Manning Publications. About the Technology In complex web applications, the low-level details of your JavaScript code can obscure the workings of the system as a whole. As a coding style, functional programming (FP) promotes loosely coupled relationships among the components of your application, making the big picture easier to design, communicate, and maintain. About the Book Functional Programming in JavaScript teaches you techniques to improve your web applications - their extensibility, modularity, reusability, and testability, as well as their performance. This easy-to-read book uses concrete examples and clear explanations to show you how to use functional programming in real life. If you're new to functional programming, you'll appreciate this guide's many insightful comparisons to imperative or object-oriented programming that help you understand functional design. By the end, you'll think about application design in a fresh new way, and you may even grow to appreciate monads! What's Inside High-value FP techniques for real-world uses Using FP where it makes the most sense Separating the logic of your system from implementation details FP-style error handling, testing, and debugging All code samples use JavaScript ES6 (ES 2015) About the Reader Written for developers with a solid grasp of JavaScript fundamentals and web application design. About the Author Luis Atencio is a software engineer and architect building enterprise applications in Java, PHP, and JavaScript. Table of Contents PART 1 THINK FUNCTIONALLY Becoming functional Higher-order JavaScript PART 2 GET FUNCTIONAL Few data structures, many operations Toward modular, reusable code Design patterns against complexity PART 3 ENHANCING YOUR FUNCTIONAL SKILLS Bulletproofing your code Functional optimizations Managing asynchronous events and data
LC Classification Number
QA76.62

Artikelbeschreibung des Verkäufers

Info zu diesem Verkäufer

zombies of the information society

100% positive Bewertungen1.922 Artikel verkauft

Mitglied seit Okt 2004
Antwortet meist innerhalb 24 Stunden
Angemeldet als privater VerkäuferDaher finden verbraucherschützende Vorschriften, die sich aus dem EU-Verbraucherrecht ergeben, keine Anwendung. Der eBay-Käuferschutz gilt dennoch für die meisten Käufe. Mehr erfahrenMehr erfahren
I ship most items within three days. Zombies of the Information Society is a store for dead information, reanimated, and coming after you to eat your brain.
Shop besuchenKontakt

Detaillierte Verkäuferbewertungen

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

Verkäuferbewertungen (776)

Alle Bewertungen
Positiv
Neutral
Negativ
  • n***i (634)- Bewertung vom Käufer.
    Letzte 6 Monate
    Bestätigter Kauf
    Item as described arriving in 8 days via USPS Media Mail packaged in a bubble air mailer, but suffered two edge bumps in transit.
  • 3***t (308)- Bewertung vom Käufer.
    Letzte 6 Monate
    Bestätigter Kauf
    The condition is great, like new.The appearance is great and price is good. The seller did a good job with packaging,so I had no issues with shipping.Seller did a good job of getting it out to me at a timely manner.
  • l***6 (391)- Bewertung vom Käufer.
    Letztes Jahr
    Bestätigter Kauf
    Excellent copies of The Paris Review! Great price, well packaged and shipped quickly. As described, highly recommend this seller!!

Produktbewertungen & Rezensionen

5.0
1 Produktbewertungen
  • 1 Nutzer bewerten dieses Produkt mit 5 von 5 Sternen
  • 0 Nutzer bewerten dieses Produkt mit 4 von 5 Sternen
  • 0 Nutzer bewerten dieses Produkt mit 3 von 5 Sternen
  • 0 Nutzer bewerten dieses Produkt mit 2 von 5 Sternen
  • 0 Nutzer bewerten dieses Produkt mit 1 von 5 Sternen

Would recommend

Good value

Compelling content