1

Етап 1

1. How to Take This Course

2

Етап 2

2. ES6 vs ES2015

3

Етап 3

3. Array Helper Methods - The Easiest Way to Write Better Code

4

Етап 4

4. The forEach Helper

5

Етап 5

5. forEach Continued

6

Етап 6

6. Why Use forEach?

7

Етап 7

7. Moving Away from For Loops

8

Етап 8

8. Processing Values

9

Етап 9

9. The Map Helper

10

Етап 10

10. Map Helper Continued

11

Етап 11

11. Where Map Is Used

12

Етап 12

12. Plucking Values

13

Етап 13

13. Calculating Values with Map

14

Етап 14

14. Really Hard - Implementing 'Pluck'

15

Етап 15

15. Selecting Needed Data with Filter

16

Етап 16

16. More on Filtering

17

Етап 17

17. Choosing When to Filter

18

Етап 18

18. Filtering Values

19

Етап 19

19. Handling Permissions with Filter

20

Етап 20

20. Challenging! Implementing 'reject'.

21

Етап 21

21. Querying For Records with Find

22

Етап 22

22. Find Continued

23

Етап 23

23. Using Find to Search for Users

24

Етап 24

24. Finding Admin Users

25

Етап 25

26. Really Challenging: Custom findWhere Helper

26

Етап 26

25. What's Your Balance?

27

Етап 27

27. A Little Every and a Lot of Some

28

Етап 28

29. Every and Some Syntax

29

Етап 29

30. Every and Some in Practice

30

Етап 30

31. Finding Submitted Users

31

Етап 31

32. In Progress Network Requests

32

Етап 32

33. Condensing Lists with Reduce

33

Етап 33

34. A Touch More of Reduce

34

Етап 34

37. Reducing Properties

35

Етап 35

38. Hardmode: Custom 'Unique' Helper

36

Етап 36

28. More on Every and Some

37

Етап 37

35. Ace Your Next Interview with Reduce

38

Етап 38

36. Distance Traveled

39

Етап 39

39. Variable Declarations with Const and Let

40

Етап 40

41. A Constant Exercise of Letting Variables Be Variables

41

Етап 41

42. Const/Let Refactoring

42

Етап 42

40. What Const and Let Solve

43

Етап 43

43. Template Strings

44

Етап 44

44. When to Reach for Template Strings

45

Етап 45

46. Name Helpers

46

Етап 46

45. Template Strings in Practice

47

Етап 47

47. Fat Arrow Functions

48

Етап 48

48. Advanced Use of Arrow Functions

49

Етап 49

49. When to Use Arrow Functions

50

Етап 50

50. When to Use Arrow Functions Continued

51

Етап 51

51. Refactoring Keyword Functions

52

Етап 52

52. Arrow Functions Aren't Always a Solution

53

Етап 53

53. Enhanced Object Literals

54

Етап 54

55. Multiple Properties with Enhanced Notation

55

Етап 55

56. Condensing Code with Enhanced Literals

56

Етап 56

57. Literals in Functions

57

Етап 57

58. Refactor to use enhanced literal notation

58

Етап 58

54. Wondering When to Use Enhanced Literals?

59

Етап 59

59. Specifying Default Function Arguments

60

Етап 60

60. Use Cases of Defaulting Arguments

61

Етап 61

61. Using Default Arguments

62

Етап 62

62. Dumping Unused Code

63

Етап 63

63. Capturing Arguments with Rest and Spread

64

Етап 64

64. The Rest on Rest and Spread

65

Етап 65

65. Look to Use Rest and Spread in This Case

66

Етап 66

66. Many, Many Arguments

67

Етап 67

67. Spreadin' Arrays

68

Етап 68

68. Mixing Rest and Spread

69

Етап 69

69. Goldmine of ES6: Destructuring

70

Етап 70

70. Destructuring Arguments Object

71

Етап 71

71. Destructuring Arrays

72

Етап 72

72. Destructuring Arrays and Objects *At the Same Time*

73

Етап 73

73. So...When to Use Destructuring?

74

Етап 74

74. More on When to Use Destructuring

75

Етап 75

75. Destructuring in Practice

76

Етап 76

76. Array Destructuring in Practice

77

Етап 77

77. Recursion with Destructuring

78

Етап 78

78. Introduction to Classes

79

Етап 79

80. Refactoring with Classes

80

Етап 80

81. Extending Behavior of Classes

81

Етап 81

82. When to Use Classes

82

Етап 82

83. Game Classes

83

Етап 83

84. Subclassing Monsters

84

Етап 84

79. Prototypal Inheritance

85

Етап 85

85. One Quick Thing: For...Of Loops

86

Етап 86

86. Introduction to Generators

87

Етап 87

87. Generators With a Short Story

88

Етап 88

88. Another Step in Our Generator Story

89

Етап 89

89. The Big Reveal on ES6 Generators

90

Етап 90

90. A Practical Use of ES6 Generators

91

Етап 91

91. Delegation of Generators

92

Етап 92

92. Delegation of Generators Continued

93

Етап 93

93. Symbol.Iterator with Generators

94

Етап 94

94. Complexities of Symbol.Iterator

95

Етап 95

95. Generators with Recursion

96

Етап 96

96. More on Generators and Recursion

97

Етап 97

97. Code Execution in Javascript

98

Етап 98

98. Terminology of Promises

99

Етап 99

99. Creating Promises

100

Етап 100

100. Then and Catch

101

Етап 101

101. Async Code with Promises

102

Етап 102

103. Shortcomings of Fetch

103

Етап 103

102. Ajax Requests with Fetch

1

Етап 1

1. How to Take This Course

2

Етап 2

2. ES6 vs ES2015

3

Етап 3

3. Array Helper Methods - The Easiest Way to Write Better Code

4

Етап 4

4. The forEach Helper

5

Етап 5

5. forEach Continued

6

Етап 6

6. Why Use forEach?

7

Етап 7

7. Moving Away from For Loops

8

Етап 8

8. Processing Values

9

Етап 9

9. The Map Helper

10

Етап 10

10. Map Helper Continued

11

Етап 11

11. Where Map Is Used

12

Етап 12

12. Plucking Values

13

Етап 13

13. Calculating Values with Map

14

Етап 14

14. Really Hard - Implementing 'Pluck'

15

Етап 15

15. Selecting Needed Data with Filter

16

Етап 16

16. More on Filtering

17

Етап 17

17. Choosing When to Filter

18

Етап 18

18. Filtering Values

19

Етап 19

19. Handling Permissions with Filter

20

Етап 20

20. Challenging! Implementing 'reject'.

21

Етап 21

21. Querying For Records with Find

22

Етап 22

22. Find Continued

23

Етап 23

23. Using Find to Search for Users

24

Етап 24

24. Finding Admin Users

25

Етап 25

26. Really Challenging: Custom findWhere Helper

26

Етап 26

25. What's Your Balance?

27

Етап 27

27. A Little Every and a Lot of Some

28

Етап 28

29. Every and Some Syntax

29

Етап 29

30. Every and Some in Practice

30

Етап 30

31. Finding Submitted Users

31

Етап 31

32. In Progress Network Requests

32

Етап 32

33. Condensing Lists with Reduce

33

Етап 33

34. A Touch More of Reduce

34

Етап 34

37. Reducing Properties

35

Етап 35

38. Hardmode: Custom 'Unique' Helper

36

Етап 36

28. More on Every and Some

37

Етап 37

35. Ace Your Next Interview with Reduce

38

Етап 38

36. Distance Traveled

39

Етап 39

39. Variable Declarations with Const and Let

40

Етап 40

41. A Constant Exercise of Letting Variables Be Variables

41

Етап 41

42. Const/Let Refactoring

42

Етап 42

40. What Const and Let Solve

43

Етап 43

43. Template Strings

44

Етап 44

44. When to Reach for Template Strings

45

Етап 45

46. Name Helpers

46

Етап 46

45. Template Strings in Practice

47

Етап 47

47. Fat Arrow Functions

48

Етап 48

48. Advanced Use of Arrow Functions

49

Етап 49

49. When to Use Arrow Functions

50

Етап 50

50. When to Use Arrow Functions Continued

51

Етап 51

51. Refactoring Keyword Functions

52

Етап 52

52. Arrow Functions Aren't Always a Solution

53

Етап 53

53. Enhanced Object Literals

54

Етап 54

55. Multiple Properties with Enhanced Notation

55

Етап 55

56. Condensing Code with Enhanced Literals

56

Етап 56

57. Literals in Functions

57

Етап 57

58. Refactor to use enhanced literal notation

58

Етап 58

54. Wondering When to Use Enhanced Literals?

59

Етап 59

59. Specifying Default Function Arguments

60

Етап 60

60. Use Cases of Defaulting Arguments

61

Етап 61

61. Using Default Arguments

62

Етап 62

62. Dumping Unused Code

63

Етап 63

63. Capturing Arguments with Rest and Spread

64

Етап 64

64. The Rest on Rest and Spread

65

Етап 65

65. Look to Use Rest and Spread in This Case

66

Етап 66

66. Many, Many Arguments

67

Етап 67

67. Spreadin' Arrays

68

Етап 68

68. Mixing Rest and Spread

69

Етап 69

69. Goldmine of ES6: Destructuring

70

Етап 70

70. Destructuring Arguments Object

71

Етап 71

71. Destructuring Arrays

72

Етап 72

72. Destructuring Arrays and Objects *At the Same Time*

73

Етап 73

73. So...When to Use Destructuring?

74

Етап 74

74. More on When to Use Destructuring

75

Етап 75

75. Destructuring in Practice

76

Етап 76

76. Array Destructuring in Practice

77

Етап 77

77. Recursion with Destructuring

78

Етап 78

78. Introduction to Classes

79

Етап 79

80. Refactoring with Classes

80

Етап 80

81. Extending Behavior of Classes

81

Етап 81

82. When to Use Classes

82

Етап 82

83. Game Classes

83

Етап 83

84. Subclassing Monsters

84

Етап 84

79. Prototypal Inheritance

85

Етап 85

85. One Quick Thing: For...Of Loops

86

Етап 86

86. Introduction to Generators

87

Етап 87

87. Generators With a Short Story

88

Етап 88

88. Another Step in Our Generator Story

89

Етап 89

89. The Big Reveal on ES6 Generators

90

Етап 90

90. A Practical Use of ES6 Generators

91

Етап 91

91. Delegation of Generators

92

Етап 92

92. Delegation of Generators Continued

93

Етап 93

93. Symbol.Iterator with Generators

94

Етап 94

94. Complexities of Symbol.Iterator

95

Етап 95

95. Generators with Recursion

96

Етап 96

96. More on Generators and Recursion

97

Етап 97

97. Code Execution in Javascript

98

Етап 98

98. Terminology of Promises

99

Етап 99

99. Creating Promises

100

Етап 100

100. Then and Catch

101

Етап 101

101. Async Code with Promises

102

Етап 102

103. Shortcomings of Fetch

103

Етап 103

102. Ajax Requests with Fetch

31 жовтня 2016
Мета завершена % date%

Автор мети

webFarrock

Росія, Москва

39 Рік / року / років

Загальна

Освоить курс ES6 Javascript: The Complete Developer's Guide [Udemy.com]

Очередной курс который, как я надеюсь, поможет мне kexit разобраться в ES6

 Критерій завершення

​Прослушал все лекции и выполнил все задания

 Особисті ресурси

свободное время, знание JS и React, купленный курс на udemy.com

 Екологічність мети

продолжаю повышать квалификацию в части современного JS

  1. 1. How to Take This Course

  2. 2. ES6 vs ES2015

  3. 3. Array Helper Methods - The Easiest Way to Write Better Code

  4. 4. The forEach Helper

  5. 5. forEach Continued

  6. 6. Why Use forEach?

  7. 7. Moving Away from For Loops

  8. 8. Processing Values

  9. 9. The Map Helper

  10. 10. Map Helper Continued

  11. 11. Where Map Is Used

  12. 12. Plucking Values

  13. 13. Calculating Values with Map

  14. 14. Really Hard - Implementing 'Pluck'

  15. 15. Selecting Needed Data with Filter

  16. 16. More on Filtering

  17. 17. Choosing When to Filter

  18. 18. Filtering Values

  19. 19. Handling Permissions with Filter

  20. 20. Challenging! Implementing 'reject'.

  21. 21. Querying For Records with Find

  22. 22. Find Continued

  23. 23. Using Find to Search for Users

  24. 24. Finding Admin Users

  25. 26. Really Challenging: Custom findWhere Helper

  26. 25. What's Your Balance?

  27. 27. A Little Every and a Lot of Some

  28. 29. Every and Some Syntax

  29. 30. Every and Some in Practice

  30. 31. Finding Submitted Users

  31. 32. In Progress Network Requests

  32. 33. Condensing Lists with Reduce

  33. 34. A Touch More of Reduce

  34. 37. Reducing Properties

  35. 38. Hardmode: Custom 'Unique' Helper

  36. 28. More on Every and Some

  37. 35. Ace Your Next Interview with Reduce

  38. 36. Distance Traveled

  39. 39. Variable Declarations with Const and Let

  40. 41. A Constant Exercise of Letting Variables Be Variables

  41. 42. Const/Let Refactoring

  42. 40. What Const and Let Solve

  43. 43. Template Strings

  44. 44. When to Reach for Template Strings

  45. 46. Name Helpers

  46. 45. Template Strings in Practice

  47. 47. Fat Arrow Functions

  48. 48. Advanced Use of Arrow Functions

  49. 49. When to Use Arrow Functions

  50. 50. When to Use Arrow Functions Continued

  51. 51. Refactoring Keyword Functions

  52. 52. Arrow Functions Aren't Always a Solution

  53. 53. Enhanced Object Literals

  54. 55. Multiple Properties with Enhanced Notation

  55. 56. Condensing Code with Enhanced Literals

  56. 57. Literals in Functions

  57. 58. Refactor to use enhanced literal notation

  58. 54. Wondering When to Use Enhanced Literals?

  59. 59. Specifying Default Function Arguments

  60. 60. Use Cases of Defaulting Arguments

  61. 61. Using Default Arguments

  62. 62. Dumping Unused Code

  63. 63. Capturing Arguments with Rest and Spread

  64. 64. The Rest on Rest and Spread

  65. 65. Look to Use Rest and Spread in This Case

  66. 66. Many, Many Arguments

  67. 67. Spreadin' Arrays

  68. 68. Mixing Rest and Spread

  69. 69. Goldmine of ES6: Destructuring

  70. 70. Destructuring Arguments Object

  71. 71. Destructuring Arrays

  72. 72. Destructuring Arrays and Objects *At the Same Time*

  73. 73. So...When to Use Destructuring?

  74. 74. More on When to Use Destructuring

  75. 75. Destructuring in Practice

  76. 76. Array Destructuring in Practice

  77. 77. Recursion with Destructuring

  78. 78. Introduction to Classes

  79. 80. Refactoring with Classes

  80. 81. Extending Behavior of Classes

  81. 82. When to Use Classes

  82. 83. Game Classes

  83. 84. Subclassing Monsters

  84. 79. Prototypal Inheritance

  85. 85. One Quick Thing: For...Of Loops

  86. 86. Introduction to Generators

  87. 87. Generators With a Short Story

  88. 88. Another Step in Our Generator Story

  89. 89. The Big Reveal on ES6 Generators

  90. 90. A Practical Use of ES6 Generators

  91. 91. Delegation of Generators

  92. 92. Delegation of Generators Continued

  93. 93. Symbol.Iterator with Generators

  94. 94. Complexities of Symbol.Iterator

  95. 95. Generators with Recursion

  96. 96. More on Generators and Recursion

  97. 97. Code Execution in Javascript

  98. 98. Terminology of Promises

  99. 99. Creating Promises

  100. 100. Then and Catch

  101. 101. Async Code with Promises

  102. 103. Shortcomings of Fetch

  103. 102. Ajax Requests with Fetch

  • 933
  • 31 жовтня 2016, 12:21

Реєстрація

Можливості
безмежні.
Настав час
відкрити свої.

Уже зарегистрированы?
Вхід на сайт

Заходьте.
Відкрито.

Ще не зареєстровані?
 
Підключіться до будь-якого з ваших акаунтів, ваші дані будуть взяті з акаунту.
Забули пароль?