CodeWars: One Line Task Check Range Solution

Approach

i < x == i > y:

  • if both false, then condition will be true
  • there will be no both true on both, so other will result in false

map here is just for iterating, the point here is accumulated c

array|c to grab c, because binary representation of array (NaN) OR a number will always result in that number

Implementation

1// prettier-ignore
2checkRange=(a,x,y,c=0)=>a.map(i=>c+=i<x==i>y)|c

Comments

Loading comments...

Tags

codewars

Apply and earn a $2,500 bonus once you're hired on your first job!

Clients from the Fortune 500 to Silicon Valley startups

Choose your own rate, get paid on time

From hourly, part-time, to full-time positions

Flexible remote working environment

A lot of open JavaScript jobs!!

Fact corner: Referred talent are 5x more likely to pass the Toptal screening process than the average applicant.

Still hesitate? Read HoningJS author's guide on dealing with Toptal interview process.

Next Post

CodeWars: How Many Are Smaller Than Me

HoningJS

Search Posts