|
所在平台: Udemy |
课程主页: https://www.udemy.com/course/javascript-for-programmers/
课程评论:没有评论
课程名称:程序员的JavaScript快速入门 课程概述:本课程是针对程序员的JavaScript快速入门课程,时长约3小时。如果你是一名程序员并希望学习JavaScript,这就是适合你的课程。JavaScript是一种函数式编程语言,课程结束时,你将能够阅读和编写函数式代码。我们将讨论箭头函数、JSON以及Map Reduce等内容。课程最后包含一个模拟编码面试的编码练习。 课程结构:课程分为四个部分,每部分的视频约45分钟,包括现场编码和幻灯片展示。 第一部分介绍基本概念:变量和函数。JavaScript中的函数是独特的,因为它们是一级对象,可以轻松地作为参数传递给其他函数。这是函数式编程语言的一个关键思想。 第二部分讨论JavaScript对象和继承模型。JavaScript中的所有对象都继承自一个单一的对象。 第三部分探讨异步编程,以及如何使用JavaScript进行网页请求。本部分还介绍了Promise和async/await关键字。 最后一部分讨论数组操作,并提供样式类似面试的问题供你练习。 这是一门很棒的课程,希望你会喜欢它!
This is course is a crash 3 hour Course in JavaScript for programmers. If you are programmer and you want to learn JavaScript this is the course for you. JavaScript is a functional programming language and by the end of this course, you'll be able to read and write functional code. We'll discuss arrow function, JSON and map reduce. The course end with you coding exercise that mimics a coding interview. Each video is approximately 45 minutes and consist of both live coding and slides. The course is broken into four section. The first section covers the fundamentals: variable and function. Function in JavaScript are unique because they are first class objects, which means that can be easily passed as parameters to other functions. This is one of the key ideas of a functional programming language. In the second section we discuss JavaScript Objects and inheritance model. All object in JavaScript inherit from a single object. In the third section, we discuss async programming and how you can make web request with JavaScript. In this section we also cover promises and the async/wait keywords. In the final section we discuss array manipulation and provide a sample interview style question for you to tackle. This is a great class I hope you enjoy talking it.