Commit Graph

21 Commits

Author SHA1 Message Date
0a282d32f2 Travis build: 1411 2019-08-29 11:45:51 +00:00
891e52786b Travis build: 1405 2019-08-27 19:04:37 +00:00
a6e9438598 Travis build: 1403 2019-08-27 18:30:12 +00:00
dbe7ffaaf8 Travis build: 1401 2019-08-27 17:19:04 +00:00
c643adda83 Travis build: 1397 2019-08-27 10:11:47 +00:00
d4ddce334d Travis build: 1395 2019-08-26 18:13:39 +00:00
0d667e6183 Travis build: 1386 2019-08-22 07:37:04 +00:00
615c5ddea1 Travis build: 1384 2019-08-22 07:23:26 +00:00
1b8782644c Travis build: 1378 2019-08-19 15:16:02 +00:00
611729214a Snippet format update
To match the starter (for the migration)
2019-08-13 10:29:12 +03:00
af0f433975 Fixed issues with deepClone, built everything 2019-01-12 11:42:14 +02:00
4e39c4020b Resolve #906 2019-01-12 11:07:04 +02:00
Jy
09e2709fa4 Fix deepClone edge case 2019-01-11 14:52:53 +08:00
8ee50178f3 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
3d1da367b9 Update deepClone.md
We missed that the clone length wasn't there. This fixes the issue
2018-05-13 23:07:44 -07:00
50e3be73af Travis build: 2050 2018-05-11 09:46:16 +00:00
ddc299eedc deepClone: Fixed indents & failing tests 2018-05-11 10:23:59 +01:00
2930713371 Simplify deepClone snippet's handling of arrays. 2018-05-10 19:22:35 +01:00
oh
f2abd5c226 fix(deepClone): Fixed problems with array values
Would previously create an object with indices as keys. Now properly clones as array.

#658
2018-05-09 20:01:55 +01:00
86ea29955c Travis build: 1350 2018-01-23 18:50:30 +00:00
2883a77110 Add deepClone.md 2018-01-23 20:48:46 +02:00