Skip to content

Commit 2cee938

Browse files
mstephen19mnmkng
andauthored
Update content/academy/web_scraping_for_beginners.md
Co-authored-by: Ondra Urban <[email protected]>
1 parent 436dd20 commit 2cee938

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/academy/web_scraping_for_beginners.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ Ideally, you should have at least a moderate understanding of the following conc
4646

4747
### [](#javascript-and-node) JavaScript + Node.js
4848

49-
It is recommended to understand at least the fundamentals of JavaScript and be proficient with Node.js prior to developing an actor on the Apify platform. If you are not yet comfortable with asynchronous programming (with promises and `async...await`), loops (and the different types of loops in JavaScript), modularity, or working with external packages, we would recommend studying the following resources before coming back and continuing this section:
49+
It is recommended to understand at least the fundamentals of JavaScript and be proficient with Node.js prior to starting this course. If you are not yet comfortable with asynchronous programming (with promises and `async...await`), loops (and the different types of loops in JavaScript), modularity, or working with external packages, we would recommend studying the following resources before coming back and continuing this section:
5050

5151
* [`async...await` (YouTube)](https://www.youtube.com/watch?v=vn3tm0quoqE&ab_channel=Fireship)
5252
* [JavaScript loops (MDN)](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Loops_and_iteration)

0 commit comments

Comments
 (0)