Asynchronous JavaScript

所在平台: Udemy

课程主页: https://www.udemy.com/course/asynchronous-javascript/

课程评论:没有评论

第一个写评论        关注课程

课程简介

课程名称:异步JavaScript 概述:你知道这段代码有什么问题吗?你能在不移动最后一个变量的情况下修复它吗?如果你不确定,那么这个异步JavaScript课程正适合你。理解JavaScript的异步特性是掌握该语言的关键。该课程旨在将对异步编程有初步了解的人培养成专家。我们从简单的核心概念入手,逐步增加知识层次,通过测验和编程挑战巩固你的学习,确保你在进入下一个部分之前掌握内容。 为什么你会在课程结束时成为异步编程的专家,掌握的知识超过许多其他专家。你将能够轻松应对与异步代码相关的JavaScript面试问题,减少追踪异步代码中的错误的时间,并让同事和朋友对你的异步编程技能感到惊讶。 课程内容:本课程将解释什么是异步和同步代码,以及各自的优缺点。我们将深入探讨JavaScript中的各种异步模式,包括回调、Promise、Async/Await甚至生成器,并通过丰富的练习来实践所学知识。课程最后,我们将深入了解事件架构,让你明白异步代码在应用程序中的实际实现。 适合人群:该课程的理想学员应具备一定的JavaScript基础,已经编写过一些应用程序,并且需要对Node.js有一定的了解,同时在命令行操作方面也要感到自信。其他内容将从基础概念开始进行讲解。

课程评论(0条)

课程详情

Do you know what's wrong with this code? Can you fix it without moving the last variable up the page?############################################function doAsyncTask(cb) { cb();}doAsyncTask( () => console.log(message) );const message = "Hello I am a teapot";############################################ If you're not certain then this Asynchronous JavaScript course is perfect for you.What Understanding the asynchronous nature of Javascript is key to mastering the language. This course is designed to take someone with a beginner level knowledge of async programming and turn them into an expert. We do this by starting off very simple, explaining the core concepts. Then step by step adding in layers of knowledge, punctuated by quizzes and coding challenges to cement and your knowledge before moving onto the next section.Why I promise you'll end this course an expert in asynchronous programming in JavaScript, with knowledge most other experts don't even have. You'll ace any JavaScript interview questions related to asynchronous code. You'll spend less time chasing down bugs in async code. You'll amaze your colleagues and friends with your level of knowledge and expertise in async programming.How I will explain what async and sync code really is, the advantages and disadvantages of each. We'll cover in-depth the various asynchronous patterns in JavaScript including Callbacks, Promises, Async/Await and even Generators with plenty of exercises to practice what you've learnt. In the end we'll go deep into the event architecture itself, you'll know how async code is actually implemented in these applications.Who The ideal student for this course is someone with at least a basic level of Javascript, you must have written a few apps already. You'll also need some familiarity with node and be comfortable on the command line. But everything else I will explain from first principles.

课程标签

0人关注该课程

主题相关的课程