View on GitHub

ReadingNotes

What is a Script and how i can creat one?

A script is a series of instructions that a computer can follow to achieve a goal.

How to write a script :

Steps tp write a script :

Here are six rules you must always follow when giving a variable a name:

Arrays

An array is a special type of variable. It doesn’tq just store one value; it stores a list of values.


Home