DOCUMENTATION: Minor changes in index page (#1626)

This commit is contained in:
catloversg
2024-08-25 04:11:11 +07:00
committed by GitHub
parent ac0c9bd7e8
commit 2e42a1f781
3 changed files with 27 additions and 27 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
# Before you start -
# Before you start
It is highly recommended that you have a basic familiarity with programming concepts like [`for`/`while` loops](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/for), [conditionals like `if`/`else`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/if...else), [`functions`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Functions),[`arrays`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/filter) and [`variables`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Statements/const) before starting to write scripts - but you can start with basic skills and learn with practice.