## Understanding the Documentation in MakeCode Arcade To understand what the document is explaining, read the section where it describes the topic (methods, properties, etc.). Also, when you look at the docs, you may encounter a method or property like`sprites.create(): Sprite`. This is **not** valid code when really writing it. It is simply a shorthand the documentation uses to show what the function returns and how the properties or namespaces are defined.