Challenge 1: Sublist of a List
In this challenge, you are required to make a sublist from a given list.
We'll cover the following...
Problem Statement
Given a getSublist()
function, create a list named l
[1, 4, 9, 10, 23]
. Using ...