Commit Graph

7 Commits

Author SHA1 Message Date
e2139389b1 Update isPrimitive.md 2018-10-16 11:34:45 +03:00
6c7bd5a9ca Another primitive assert function 2018-10-12 15:12:43 +08:00
f2e5e26af3 Avoid confusing prototype methods for static methods
Correct: `Array.from()` (it’s a static method)
Incorrect: `Array.join()` (doesn’t exist; it’s a prototype method)

This patch uses the common `#` syntax to denote `.prototype.`.
2018-09-28 15:44:12 -04:00
55699201a4 update description for isPrimitive, add 2 tests, isPrimitive & isPrime 2018-01-10 15:19:09 +01:00
00b3da7504 Updated examples
Removed duplicate and unnecessary examples.
2018-01-04 14:22:56 +02:00
a14a4c2a0c Optimize 2018-01-01 04:27:20 +11:00
4824abc7de Add isPrimitive utility snippet 2017-12-31 21:48:13 +11:00