×

Welcome to TagMyCode

Please login or create account to add a snippet.
0
0
 
0
Language: Javascript
Posted by: Arvin iuunhao
Added: Jun 18, 2018 8:23 AM
Views: 3180
Tags: js
  1. const isEven = num => num % 2 === 0;
  2. // isEven(3) -> false