Structs

If you are familiar with JavaScript, you can think of structs as objects with properties and values. A struct looks similar to the following:

struct Example {
propertyOne;
};