top of page

Challenge 1: Building a Simple List of Strings

  • Writer: CRM Science
    CRM Science
  • Aug 6, 2015
  • 1 min read

Updated: Jan 20, 2022


Today's challenge revolves around building a simple list of strings...

Challenge

Using the smallest amount of code (least statements - no run on lines of multiple statements!), condense these two strings, two sets of two strings each, and two lists of 2 strings each into a merged list of all the individual strings.

Starter Code

You must use the following code and can only add to the code provided below.

Link to Code: Gist

Comments


Recent Posts
bottom of page