Learn
PowerShell is an object-oriented scripting language, meaning that much of the data in PowerShell is in the form of an object. In this lesson, we will dive into what an object exactly is, explore the properties and methods that make up an object, and even create our own objects!
In addition to objects, we will introduce a new type of data structure called an array. We will discover how to create, update, and access items from an array and go over the operators we can use to manipulate arrays.
Let’s get started!
Instructions
Press Next to proceed to the next exercise.
Take this course for free
By signing up for Codecademy, you agree to Codecademy's Terms of Service & Privacy Policy.