about | help | code help+videos | done | prefs |
Given a list of integers and a target value, return true if the target value is anywhere in the list. Return false if the target value is not in the list. list_containsValue([3, 5, 8, 2], 1) → false list_containsValue([1, 6, 9, 4, 2], 3) → false list_containsValue([7, 2, 3], 7) → true ...Save, Compile, Run (ctrl-enter) |
Progress graphs:
Your progress graph for this problem
Random user progress graph for this problem
Random Epic Progress Graph
Copyright Nick Parlante 2017 - privacy