Code

General Code

nametag badges

Objects

JavaScript objects are a way to elegantly combine data and actions together in an object-oriented manner. The possibilities are endless. Think of having arrays that can sort themselves or strings that can search themselves. Additionally, objects allow us to think in terms of things as opposed to data and actions. We can more emulate the […]

Objects Read More »