/u1_hw_codewars_challenges

In this deliverable, you'll be introduced to a site called Code Wars, which is an excellent way to practice JavaScript!

Introduction to Codewars

Codewars

Overview

Codewars is an interactive platform used to practice coding challenges that you may see in interviews. For this homework, you'll be completing 5 problems on Codewars. These are 8 kyu which is the easiest difficulty level.

Getting Started

  • Fork and Clone this repo
  • Put your answer for each problem in the provided solution.md in it's corresponding area. You'll be adding your solution code inside of the provided code snippets
  • Feel free to create a Codewars account

Problem 1

Return Negative

Problem 2

Sum of Positive

Problem 3

Function 2

Problem 4

Sum Arrays

Problem 5

Reversed String

Submission

  • Submit your your pull request following these guidelines: PR Guidelines