Lessons/Variable_Datatypes/Step2/Template.ps1

Function Define-Datatype {
    
    #create your variable under here
    

    #return your variable here
    return <variable>
}

# Save your code when finished and continue in the shell you started the Lesson.