Udemy
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
Development
Web Development Data Science Mobile Development Programming Languages Game Development Database Design & Development Software Testing Software Engineering Development Tools No-Code Development
Business
Entrepreneurship Communications Management Sales Business Strategy Operations Project Management Business Law Business Analytics & Intelligence Human Resources Industry E-Commerce Media Real Estate Other Business
Finance & Accounting
Accounting & Bookkeeping Compliance Cryptocurrency & Blockchain Economics Finance Finance Cert & Exam Prep Financial Modeling & Analysis Investing & Trading Money Management Tools Taxes Other Finance & Accounting
IT & Software
IT Certification Network & Security Hardware Operating Systems Other IT & Software
Office Productivity
Microsoft Apple Google SAP Oracle Other Office Productivity
Personal Development
Personal Transformation Personal Productivity Leadership Career Development Parenting & Relationships Happiness Esoteric Practices Religion & Spirituality Personal Brand Building Creativity Influence Self Esteem & Confidence Stress Management Memory & Study Skills Motivation Other Personal Development
Design
Web Design Graphic Design & Illustration Design Tools User Experience Design Game Design Design Thinking 3D & Animation Fashion Design Architectural Design Interior Design Other Design
Marketing
Digital Marketing Search Engine Optimization Social Media Marketing Branding Marketing Fundamentals Marketing Analytics & Automation Public Relations Advertising Video & Mobile Marketing Content Marketing Growth Hacking Affiliate Marketing Product Marketing Other Marketing
Lifestyle
Arts & Crafts Beauty & Makeup Esoteric Practices Food & Beverage Gaming Home Improvement Pet Care & Training Travel Other Lifestyle
Photography & Video
Digital Photography Photography Portrait Photography Photography Tools Commercial Photography Video Design Other Photography & Video
Health & Fitness
Fitness General Health Sports Nutrition Yoga Mental Health Dieting Self Defense Safety & First Aid Dance Meditation Other Health & Fitness
Music
Instruments Music Production Music Fundamentals Vocal Music Techniques Music Software Other Music
Teaching & Academics
Engineering Humanities Math Science Online Education Social Science Language Teacher Training Test Prep Other Teaching & Academics
AWS Certification Microsoft Certification AWS Certified Solutions Architect - Associate AWS Certified Cloud Practitioner CompTIA A+ Cisco CCNA Amazon AWS CompTIA Security+ AWS Certified Developer - Associate
Graphic Design Photoshop Adobe Illustrator Drawing Digital Painting InDesign Character Design Canva Figure Drawing
Life Coach Training Neuro-Linguistic Programming Personal Development Mindfulness Meditation Personal Transformation Life Purpose Emotional Intelligence Neuroscience
Web Development JavaScript React CSS Angular PHP WordPress Node.Js Python
Google Flutter Android Development iOS Development Swift React Native Dart Programming Language Mobile Development Kotlin SwiftUI
Digital Marketing Google Ads (Adwords) Social Media Marketing Google Ads (AdWords) Certification Marketing Strategy Internet Marketing YouTube Marketing Email Marketing Google Analytics
SQL Microsoft Power BI Tableau Business Analysis Business Intelligence MySQL Data Modeling Data Analysis Big Data
Business Fundamentals Entrepreneurship Fundamentals Business Strategy Online Business Business Plan Startup Blogging Freelancing Home Business
Unity Game Development Fundamentals Unreal Engine C# 3D Game Development C++ 2D Game Development Unreal Engine Blueprints Blender
30-Day Money-Back Guarantee
Development Programming Languages JavaScript

【世界で3万人が受講】JavaScriptエンジニアのためのES6完全ガイド

述べ24万人の受講生を抱えるStephen Grider氏による大人気コースの完全日本語版。JSのメソッドのforEach、map、reduce、ES6で新しく登場した関数のデフォルト値やクラス、改善されたオブジェクトリテラルについて学ぶ。
Rating: 4.6 out of 54.6 (860 ratings)
4,975 students
Created by Ken Fukuyama, Stephen Grider
Last updated 2/2019
Japanese
30-Day Money-Back Guarantee

What you'll learn

  • ES6の新機能をどういうときに使うべきかわかるようになる
  • ES6の主要な機能についての理解
  • generatorが使えるようになる
  • 分割代入(destructuring)を他のエンジニアにも教えられるほどの理解
  • forループを使わずに実装ができるスキルの習得
Curated for the Udemy for Business collection

Course content

17 sections • 69 lectures • 8h 0m total length

  • Preview10:52
  • Preview08:35

  • Preview04:09
  • Preview11:21
  • Preview05:18
  • なぜforEachを使うのか
    02:51
  • forループからの脱却
    1 question
  • 複数の値の処理
    1 question

  • 便利メソッドmap
    09:21
  • 続・便利メソッドmap
    03:25
  • mapの使いどころ
    04:25
  • オブジェクトの配列から興味のある値だけを引き抜く
    1 question
  • mapで演算
    1 question
  • 応用問題 - pluckの実装
    1 question

  • filterで値の絞り込み
    10:48
  • 続・filterで値の絞り込み
    03:43
  • filterの使いどころ
    05:14
  • 値の条件付き絞り込み
    1 question
  • filterで権限の管理
    1 question
  • 応用問題:「reject」を実装してみよう
    1 question

  • 特定のデータを探すfind
    07:46
  • 続・特定のデータを探すfind
    05:35
  • findの使いどころ
    03:08
  • 管理者権限をもったユーザーを探そう
    1 question
  • 残高から預金口座のアカウントを探そう
    1 question
  • 応用問題:findWhere関数を作ってみよう
    1 question

  • everyとsome
    09:26
  • さらにeveryとsomeをみてみよう
    04:55
  • everyとsomeの構文
    02:24
  • everyとsomeの使いどころ
    06:26
  • 全員回答済みかどうか確認する
    1 question
  • 通信中のリクエストの確認
    1 question

  • reduceでリストを集約
    07:03
  • さらにreduce
    05:10
  • reduceの面白い使い方
    08:57
  • 走行距離を求めよう
    1 question
  • reduceでプロパティを集約
    1 question
  • 応用問題:unique関数を作ってみよう
    1 question

  • constとletで変数の宣言
    07:44
  • なぜconstとletを使う必要があるのか
    11:23
  • constとlet変数を使い分けよう
    1 question
  • constとletでリファクタリング
    1 question

  • テンプレートリテラル
    05:32
  • テンプレートリテラルの使いどころ
    08:04
  • テンプレートリテラルを使ってみよう
    1 question
  • 氏名ヘルパー関数を作ってみよう
    1 question

  • アロー関数
    05:37
  • 続・アロー関数
    07:37
  • アロー関数の使いどころ
    07:42
  • 続・アロー関数の使いどころ
    04:58
  • functionをアロー関数に変換
    1 question
  • アロー関数はどこでも使っていいわけではない
    1 question

Requirements

  • JavaScriptの基本的な知識(配列、関数、オブジェクト)が必要です

Description

このコースはStephen Grider氏による大人気コース「ES6 JavaScript: The Complete Developer's Guide」の完全日本語版となります。

モダンなWebのライブラリやフレームワークを扱う上でES6(ES2015)のスキルは必須になってきたと言っても過言ではありません。そして、エンジニア市場においてもES6のスキルへの要求は高まってきています。

このコースではES6の機能を一つ一つ体系的に学び、「どういうときに」、「どうやって」使うべきなのかということを丁寧に解説、そして演習で実践していきます。

まずは配列の便利メソッドである「forEach」、「map」や「reduce」を学びます。次にES6で新しく登場した関数のデフォルト値やクラス、また、改善されたオブジェクトリテラルなどについて学んでいきます。すべてのトピックでコードを実行しながら実際の動きをその場で確認しますし、演習問題を通して実際にコーディングも行っていきながら理解を深めていきます。

JavaScript、あるいはES6をこれから始めたいと思っているエンジニアや、今までなんとなく使っていたけど「いまいち何がなんだかわかっていない」という方にこのコースはぴったりです!ES6のスキルを身につけるためには、「なぜ」この機能が言語仕様に追加されたのかという理由も含めて学習していくことをおすすめします。このコースではその「なぜ」も含めて学ぶことができます。

  • なぜES6の話をするとBabelが出てくるのか

  • なぜ従来のforループをやめて「map」や「reduce」を使うようにするのか

  • なぜ最近のフレームワークでは「...」を使った変数みたいなものがあるのか

  • なぜES6のコードはやたらと省略しているように見えるのか

  • なぜgeneratorというものが登場したのか。配列ではだめなのか

このコースではこれらの疑問にも応えていきます。「なぜ」をすっきりさせながらES6への理解を深めていきましょう!

Who this course is for:

  • なんとなくES6(ES2015)を使ってきたが、もっと理解を深めたい人
  • JavaScriptをもっとスッキリとキレイに書きたい人
  • generatorがどういうときに必要なのか知りたい人
  • constとletがES6でなぜ増えたのか知りたい人

Instructors

Ken Fukuyama
Software Developer
Ken Fukuyama
  • 4.6 Instructor Rating
  • 1,132 Reviews
  • 6,485 Students
  • 2 Courses

 私はアメリカで生まれ、10歳のときに日本に来ました。幼いころからパソコンに興味はあったものの、英語教師を目指していた為大学は大阪外国語大学(現在の大阪大学外国語学部)に入り、イギリス文学を勉強しながら教員免許を取得しました。大学3年生が終わる頃にやはりパソコンの知識を増やしたいと思い、1年間大学を休学し、情報学科の大学院に入る為に勉学に励みました。がしかし大学院は不合格となってしまい、浪人の道は選ばずに就職を決意。文理問わず新入社員を受け入れてくれる会社に出会い、大学卒業後(24歳)に初めて本格的にプログラミングを始めます。

 C言語から始まりましたが、本格的なアプリケーションはC#でASP.NET、ADO.NETを使った業務WEBアプリケーションを作成。「Excel + VBA + 人の手が介入」するフローの中に(使える言語やリソースが制限されていた為)Ruby + PowerShellを使って可能な限りの自動化を実現。
 後にはソケット通信によるバイナリの電文解析を行うWindowsアプリケーションを作成。さらにPostgreSQL+PostGISによる地図データ、地理情報を組み合わせたWindowsアプリケーションを作成しました。

 Web(特にJavaScript)に興味を持ち始め、Ruby on Railsを使って趣味でWebサービスを作っていましたが、Node.jsやSPA(Single Page Application)フレームワークの人気が上昇する中、MEANスタックで簡単なWebサービスを作成。それからJavaScriptでの開発の楽しさにのめり込みます。Webアプリケーション(特にSPAを使ったもの)をプロとして作っていきたいという思いが強くなり、転職を決意します。.NETでの開発経験が長かった為、JavaScriptの開発には基本的にはTypeScriptを使い、SPAのフレームワークやライブラリにはBackboneJS、AngularJSを採用。ハイブリッドアプリの作成も行っている為、ionicを使ったアプリケーション作成も行っています。

 私はとにかくプログラミングが好きです。家族との時間以外は全てプログラミングに費やします。中でも特にJavaScriptが好きで、フレームワークやツールがどんどん増えていく中、最新の技術にキャッチアップしていくのは苦しいというより楽しいと感じています。様々な技術を追っていく中で、大事なのはその技術を知っている人から学ぶチャンスがあるかどうかというのがポイントかと思っています。もともと教師を目指していたというのも関連しているのか、私は自分が持っている知識を人に共有するのも好きです。わからないことがある人を助けたいという思いも強いです。Udemyの講師を始めたのも以上の理由があってのことです。

困っている人を助けたい。一緒に良いものを作っていきたい。

この思いを一番大切にしています。

Stephen Grider
Engineering Architect
Stephen Grider
  • 4.7 Instructor Rating
  • 286,509 Reviews
  • 754,750 Students
  • 29 Courses

Stephen Grider has been building complex Javascript front ends for top corporations in the San Francisco Bay Area.  With an innate ability to simplify complex topics, Stephen has been mentoring engineers beginning their careers in software development for years, and has now expanded that experience onto Udemy, authoring the highest rated React course. He teaches on Udemy to share the knowledge he has gained with other software engineers.  Invest in yourself by learning from Stephen's published courses.

  • Udemy for Business
  • Teach on Udemy
  • Get the app
  • About us
  • Contact us
  • Careers
  • Blog
  • Help and Support
  • Affiliate
  • Impressum Kontakt
  • Terms
  • Privacy policy
  • Cookie settings
  • Sitemap
  • Featured courses
Udemy
© 2021 Udemy, Inc.