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.
Instructor Details
Courses : 2
Specification: Asynchronous JavaScript
|
10 reviews for Asynchronous JavaScript
Add a review Cancel reply
This site uses Akismet to reduce spam. Learn how your comment data is processed.
Price | $14.99 |
---|---|
Provider | |
Duration | 4.5 hours |
Year | 2019 |
Level | All |
Language | English |
Certificate | Yes |
Quizzes | No |
$84.99 $14.99
L o Lellouche (EFREI) –
Le cours est bien, il y a de bonnes explications. a manque juste d’exercices faire (un peu plus gros que les quizz faire en 10min) Par contre, les sous titres sont de tr s mauvaise qualit . Plein de fautes d au fait que les sous titres ont t cr par une IA et pas la main. Bref, on ne peut pas se contenter de juste lire les sous titres
Dennis Luken –
Clear, concise, and very easy to understand. Breaks down very complicated topics into very easy to understand blocks. Well done. I shall be looking at your other courses!
Naseem Akhtar –
The way in which asim tries to expain the concepts in this course is just incredible. This course has helped me in understanding the asynchronous feature of javascript in a different level.
Julien Demarque –
Simply really good.
David Yonehara –
Code samples were unclear. Quiz problems are gotchas but presented as solvable. Quiz samples were incomplete and some don’t work out of the box.
Junaid ur Rehman –
It was a good experience
Todd J. Mullen –
I’ve been doing this for a long time & I appreciate that details are being addressed to draw out details that need to be known in order to understand what’s going on & what expectations to have when writing code.
Cristian Aleman –
You can do better animations while explaining event loop! , I understand callbacks but just because I have already studied it, but the files and the repo is ok, and by the most interesting part was generators.
Abhishek Gupta –
.
Jonathan Artemis Pierce –
The information for the course was very good, but some of the presentation could be refactored for clarity. For instance, the callback section is a complete mess, unclear, confusing and not well delivered. I don’t think the Quiz method of educating is appropriate here. Another sticking point was the Event Loop section. It is little more than an incomplete overview of Event Loops, and although the examples dig deeper, the section could be fleshed out better. I do enjoy Asim’s presentations.