Book
独習JavaScript 新版
CodeMafia 外村将大
Summary
JavaScriptの基本文法から、thisの挙動、非同期処理、モジュール機構まで、 フロントエンドの土台となる知識を網羅した現代の標準的教科書。
Target Readers
- JavaScript初学者
- フロントエンド開発を始めたいエンジニア
Tags
Colophon
- Publisher
- 翔泳社
- ISBN
- 978-4798160276
- Published
- Nov 2021
- List price
- ¥3,278incl. taxMay differ from the actual selling price on Amazon
Get this book
* The link above is an advertisement via Amazon Associates.Related Books
Next Books
- Recommended
ステップアップJavaScript
サークルアラウンド株式会社, 佐藤正志, 小笠原寛
Reason: After covering the basic syntax of the language with 'Dokushu JavaScript,' you advance to the more practical techniques where beginners often stumble. Step-up JavaScript bridges essential real-world topics like asynchronous processing and modules, filling the gap that introductory books rarely cover.
- Recommended
これからのJavaScriptの教科書
狩野祐東
Reason: Once you've learned the language basics, you systematically relearn modern JavaScript style and development workflow. 'The JavaScript Textbook for the Future' builds in the new ES syntax and toolchains, instilling the standards of contemporary coding.
- Recommended
CSSとJavaScriptで作る動くUIアイデアレシピ
Mana
Reason: Once you have the language fundamentals, you connect that knowledge to implementing 'visible UI' that moves. This book is a recipe collection of animated UIs combining CSS and JavaScript, giving you the tangible sense of turning learned syntax into on-screen expression.
- Recommended
Programming TypeScript
Boris Cherny
Reason: Once you can write working JavaScript, the anxiety of untyped code at scale comes into view. Programming TypeScript explains from the ground up the idea of layering static types onto JavaScript, providing the entry point to code you can extend safely.
- Recommended
The Art of Readable Code
Dustin Boswell, Trevor Foucher
Reason: Right after learning the syntax is the prime moment to shift your focus from 'working code' to 'readable code.' The Art of Readable Code offers concrete techniques for naming, comments, and control flow, cultivating early the sense of readability that is hard to acquire on your own.
Sources
- Related
React本格入門
樹下雅章
Reason: Once you have the basics of JavaScript syntax, you move on to actually assembling working components with that knowledge. React Honkaku Nyumon (React: A Practical Introduction) walks you hands-on from environment setup through JSX, props, state, useEffect, and form implementation, turning syntax knowledge into component-development ability.
Sources