HTML Diff
4 added 33 removed
Original 2026-01-01
Modified 2026-02-21
1 - <h2>Description</h2>
1 + <h2>Didn't find the right course?</h2>
2 - <p>The course is devoted to getting acquainted with the asynchronous programming model in JavaScript and the browser event model. Topics covered include event loops, timers, callbacks, early binding, and error handling.</p>
2 + <p>Leave a request for a free consultation and get help choosing a learning program</p>
3 - <h2>Syllabus</h2>
3 + <p>Free</p>
4 - <p>1</p>
4 + <p>Leave a request </p>
5 - <a>About</a><p>Learn about the course, its structure, objectives, and goals</p>
 
6 - <p>2</p>
 
7 - <a>Call Stack</a><p>Learn how the call stack works</p>
 
8 - <p>3</p>
 
9 - <a>Asynchronous code</a><p>Learn how asynchronous code works</p>
 
10 - <p>4</p>
 
11 - <a>Return in asynchronous code</a><p>Learn to write asynchronous functions and work with the result of their work</p>
 
12 - <p>5</p>
 
13 - <a>Ordering asynchronous operations</a><p>Learn how to manage the flow of asynchronous operations</p>
 
14 - <p>6</p>
 
15 - <a>Error handling</a><p>Learn about proper error handling in asynchronous code</p>
 
16 - <p>7</p>
 
17 - <a>Parallel execution of operations</a><p>Learn the principles of the simultaneous launch of asynchronous operations and control of their result</p>
 
18 - <p>8</p>
 
19 - <a>Timers</a><p>Learn how to delay for later</p>
 
20 - <p>9</p>
 
21 - <a>Promises</a><p>Learn the convenient way to organize the process of executing asynchronous code</p>
 
22 - <p>10</p>
 
23 - <a>Error Handling in Promises</a><p>Learn how to properly handle errors in chains</p>
 
24 - <p>11</p>
 
25 - <a>Promise chain</a><p>Learn how to flatten promises into flat code</p>
 
26 - <p>12</p>
 
27 - <a>Promise.all</a><p>Learn to execute promises in parallel</p>
 
28 - <p>13</p>
 
29 - <a>new Promise</a><p>Learn how to create promises from callbacks</p>
 
30 - <p>14</p>
 
31 - <a>Async/Await</a><p>Learn the most modern way to write asynchronous code as synchronous</p>
 
32 - <p>15</p>
 
33 - <a>HTTP Requests</a><p>Learn how to use asynchrony in applied tasks (using the axios HTTP client as an example)</p>