|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/javascript-arrays-a-complete-guide-to-master-arrays/
课程评论:没有评论
**课程名称:** JavaScript 数组 - 数组入门指南 (2019) **课程概述:** 本课程专为初学者设计,旨在通过掌握 JavaScript 中的核心概念——“数组”,来提升学习者在 JavaScript 方面的知识。课程以浅显易懂的语言,结合实际简单的示例,讲解每一个概念。JavaScript 数组拥有众多属性和方法,但多数开发者只了解其中一小部分。本课程将重点涵盖数组的所有关键概念。 **课程内容:** 本课程主要分为三个部分:基础知识、属性和方法。 * **无需 JavaScript 基础:** 课程将从零开始教授数组知识。 * **基础知识:** 涵盖变量声明、数组声明、数组类型和索引等所有基础内容。 * **属性与方法:** 系统讲解所有数组属性和方法,不遗漏任何内容。 **学习目标:** 学完本课程,你将能够: * 掌握数组的基础知识。 * 理解并运用数组的各种属性。 * 熟练使用数组的各种方法,包括: * **Mutator Methods (修改器方法):** `copyWithin()`, `fill()`, `push()`, `pop()`, `reverse()`, `shift()`, `unshift()`, `sort()`, `splice()` * **Accessor Methods (访问器方法):** `concat()`, `flat()`, `includes()`, `join()`, `slice()`, `toString()`, `indexOf()`, `lastIndexOf()` * **Iteration Methods (迭代方法):** `entries()`, `every()`, `filter()`, `find()`, `findIndex()`, `keys()`, `map()`, `values()`, `some()` **学习方法:** 课程强调实践,通过大量示例帮助学习者真正理解概念,而非死记硬背。 **预期成果:** 课程结束后,你将能够自信地在项目中使用数组及其方法和属性,编写出更具建设性的代码。
This course is for BEGINNERS , who wants to increase their knowledge about JavaScript by mastering the key concept called "Arrays""Each and every concept in this course was explained in a plain and easy-to-understand language with practical and simple examples"Arrays in JavaScript has a lot of Properties & Methods but a very few are actually known by the majority of the Developers. So, in this course we mainly focus on learning all the key concepts of Arrays.What we will cover?This course is broadly divided into three sections i.e. Basics, Properties and MethodsNo previous knowledge of JavaScript is necessary because you will learn arrays from scratchAll the basics like Variable Declaration, Array Declaration, Array types and Indexing are coveredWe will cover all the Array Properties and Methods and nothing is left behindIn this Course, you will learn,Basics of ArraysProperties of ArraysMutator MethodsAccessor MethodsIteration MethodsProperties -lengthprototypeconstructorMutator Methods -copyWithin()fill()push()pop()reverse()shift()unshift()sort()splice()Accessor Methods - concat()flat()includes()join()slice()toString()indexOf()lastIndex()Iteration Methods -entries()every()filter()find()findIndex()keys()map()values()some()I believe that practical knowledge helps you more than theory. In this course, I tried to explain every concept with examples, so that you will actually grasp the concept rather than memorizing it.By the end of this course, you will able to use arrays with its methods and properties in your projects and write constructive code.