Solutions to CodeWars that I have completed.
If you have not completed these yourself, be aware these contain spoilers.
Click a link at bottom to view in following format:

Some solutions will be done with best practices in mind, some I will try to do in 1 line, and some I timed myself (speed was most important factor). All to better challenge myself.
Some challenges I have adopted the P.R.E.P. method. "Parameters, Return, Examples, Pseudo Code"
These links are not an exhaustive list. The files above are.
Click to view solved 8 kyu
Count of positives sum of negatives
Sum without highest and lowest number
Find Maximum and Minimum Values of a List
Find the first non-consecutive number
Function 3 - multiplying two numbers
Merge two sorted arrays into one
Convert number to reversed array of digits
Find the smallest integer in the array
Remove First and Last Character