Skip to content

wild-code-school-projects/wild-list

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

wild-list

Objective:

To manipulate a list according to the following steps:

Instantiate a list of strings.
Insert three strings into the list.
Remove the first string using RemoveAt([index]).
Remove the third string using Remove([value]).
Modify the second string using its index.

Validation Criteria:

Provide a link to your solution on GitHub.
Ensure that three strings are inserted into the list.
Confirm that the first string is removed using RemoveAt.
Verify that the third string is removed using Remove.
Ensure that the second string is modified.

image

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages