Summary
In this chapter, you got your first taste of controlling a 3D object with scripting in Unity’s implementation of JavaScript.
You found out that scripts have functions for carrying out instructions, use variables to allow for both storing and
changing values, and that comments can both disable instructions as well as provide a commentary about what the
script is doing.