Skip to content
View JimGeist's full-sized avatar
  • Earth

Organizations

@hackforla

Block or report JimGeist

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse

Popular repositories Loading

  1. sb_47-08-09_TreesExercise sb_47-08-09_TreesExercise Public

    Create and test 7 methods -- 'sumValues()', 'countEvens()', and 'numGreater(x)' -- for an n-ary Tree and 4 methods -- 'minDepth()', 'maxDepth()', 'maxSum(str)', and 'nextLarger(x)' -- for a binary …

    JavaScript 1

  2. sb_MemoryGame sb_MemoryGame Public

    Find the 5 matching color pairs in as few moves as possible.

    JavaScript

  3. sb_08-01-12_forEach_map_filter_Exercises sb_08-01-12_forEach_map_filter_Exercises Public

    Exercises utilizing forEach, map, and filter array methods

    JavaScript

  4. sb_08-02-04_some_every_Exercises sb_08-02-04_some_every_Exercises Public

    Completed exercises utilizing .some() and .every() callback function array methods.

    JavaScript

  5. sb_08-02-08_find_findIndex_Exercises sb_08-02-08_find_findIndex_Exercises Public

    Completed exercises utilizing .find() and .findIndex() callback function array methods.

    JavaScript

  6. sb_08-03-04_reduce_Exercises sb_08-03-04_reduce_Exercises Public

    Completed exercises utilizing .reduce() array method with callback (reducer) function.

    JavaScript