Answer :
The kind of script that is used to run code on the client is a: local script.
What is a script?
A script is also referred to as a scripting language and it can be defined as a set of codes (commands or instructions) within a file that are executed by the operating system (OS) of a computer or software program (application).
The different types of script.
In Computer programming, there are two (2) main types of scripting language and these include:
- Server-side script.
- Client-side script.
The characteristic of the client-side script:
Under the client side, a local script is a kind of script that run on an end user's local computer (machine) and as such can be used to access client-only objects.
In conclusion, a local script is a kind of script that is used to run code on the client-side machine.
Read more on local script here: https://brainly.com/question/6957007