Commit Graph

1986 Commits

Author SHA1 Message Date
56e7689a97 adds deepMapKeys snippet 2018-11-29 15:22:53 +02:00
9803912cdf Update isNegativeZero.md 2018-11-21 19:20:08 +02:00
480eb7fc86 Added Midpoint.js 2018-11-15 08:49:04 -07:00
b723a931b7 add isNegativeZero 2018-11-12 14:45:36 +01:00
c1fe403bf0 Travis build: 780 2018-11-10 12:52:11 +00:00
0a3f6d708f Travis build: 777 2018-11-10 12:43:12 +00:00
aece53348f Travis build: 766 2018-11-10 12:20:46 +00:00
f071e08d7a Travis build: 764 2018-11-10 11:57:01 +00:00
39ff17ae2a Additional tests 2018-11-10 13:04:37 +02:00
761741f149 Additional tests and updated hide footprint to match show 2018-11-10 11:21:31 +02:00
477257e280 [FIX] wrong comment with getColonTimeFromDate #869 2018-11-03 16:58:20 +05:30
3d8a46233e Travis build: 718 2018-10-31 19:07:56 +00:00
7f66c791f6 Travis build: 716 2018-10-31 18:43:39 +00:00
90b830bc0d Travis build: 711 2018-10-31 16:51:58 +00:00
eabc780cbf docs: prototype.prototype -> prototype 2018-10-31 17:21:06 +01:00
5c693aee76 add filterFalsy snippet, tags, and tests 2018-10-29 23:19:01 +02:00
41735984c1 Travis build: 704 2018-10-26 18:28:38 +00:00
259b99fa08 Travis build: 692 2018-10-26 15:37:27 +00:00
8dab15f151 Travis build: 690 2018-10-26 14:42:08 +00:00
d6af04ac28 Travis build: 688 2018-10-26 14:19:53 +00:00
db3c199beb Merge pull request #855 from ccjmne/add-totitlecase
Add toTitleCase snippet and update tag_database accordingly
2018-10-26 17:17:51 +03:00
fb76573a43 Travis build: 684 2018-10-25 10:28:14 +00:00
cb6ef4f638 Update longestItem.md 2018-10-25 13:24:26 +03:00
db2d690b2c Change argument name 2018-10-25 14:13:25 +04:00
73dfb96c11 Simplify longestItem 2018-10-25 14:13:10 +04:00
5316f4e8b4 Update snippets/toTitleCase.md
Co-Authored-By: ccjmne <ccjmne@gmail.com>
2018-10-19 17:58:40 +02:00
f1ffb4935d Travis build: 661 2018-10-19 07:17:15 +00:00
388c6570e4 Travis build: 659 2018-10-19 06:06:32 +00:00
42646e7453 Update toTitleCase.md 2018-10-19 08:36:58 +03:00
7e96f39d24 Add toTitleCase snippet and update tag_database accordingly 2018-10-19 03:49:34 +02:00
4270fa9a3d Linted everything, removed semistandard 2018-10-18 23:38:01 +03:00
bc575fea57 Update tomorrow.md 2018-10-17 21:50:11 +02:00
1e43dc7b89 Improve the readability of tomorrow.js (solved #775) 2018-10-17 11:36:41 +02:00
bff7a3b0bb Simplify differenceBy 2018-10-17 12:01:48 +04:00
665d30f7e5 Merge pull request #830 from liuhanqu/master
Another primitive assert function
2018-10-16 11:35:20 +03:00
321d4fb651 Update isPrimitive.md 2018-10-16 11:34:45 +03:00
782192943a Simplify countBy 2018-10-15 12:18:24 +04:00
ed30a5e03e Update palindrome.md 2018-10-15 08:07:36 +03:00
d5b75cfc0f Update palindrome.md 2018-10-15 08:06:52 +03:00
8dcaaf4c63 Correct palindrome.md description
Corrected the second toLowerCase() function typo and tried to make the
description more clear.
2018-10-14 17:47:48 -04:00
c24d312673 Another primitive assert function 2018-10-12 15:12:43 +08:00
5d0e81a1cc Updates typo in sample snippet from of to off 2018-10-11 10:57:51 +01:00
8d558bf6fa Simplify unionBy 2018-10-10 16:47:58 +04:00
65e0acfc93 Merge pull request #815 from henrycjchen/master
fix time problem
2018-10-09 14:14:33 +03:00
903b4cf31b more semantic version 2018-10-09 16:54:03 +08:00
e3ff04a19c Fixed typo
Changed "demiliter" to "delimiter" in line 5
2018-10-09 13:31:18 +05:30
78c6f6d395 fix time problem
setTimeout would go wrong in some browser when the second argument is less than zero
2018-10-08 21:48:19 +08:00
215db8de59 Travis build: 604 2018-10-07 13:26:08 +00:00
946a30ab4c [FEATURE] Add getImages snippet (#806)
<!-- Use a descriptive title, prefix it with [FIX], [FEATURE] or [ENHANCEMENT] if applicable (use only one) -->

## Description
<!-- Write a detailed description of your changes/additions here -->
Adding a snippet to fetch all images from within a desired element.
<!-- If your PR resolves an issue, please state "Resolves #(issue number)" to help maintainers process it faster -->
<!-- If you think your PR will cause breaking changes, require changes in the documentation etc, please be so kind as to explain what, where and how -->

## PR Type
- [x] Snippets, Tests & Tags (new snippets, updated snippets, re-tagging of snippets, added/updated tests)
- [ ] Scripts & Website & Meta (anything related to files in the [scripts folder](https://github.com/30-seconds/30-seconds-of-code/tree/master/scripts), how the repository's automated procedures work and the website)
- [ ] Glossary & Secondary Features (anything related to the glossary, such as new or updated terms or other secondary features)
- [ ] General, Typos, Misc. & Meta (everything else, typos, general stuff and meta files in the repository - e.g. the issue template)

## Guidelines
- [x] I have read the guidelines in the [CONTRIBUTING](https://github.com/30-seconds/30-seconds-of-code/blob/master/CONTRIBUTING.md) document.
2018-10-07 15:24:36 +02:00
4634168133 Merge pull request #803 from hckr/atob-btoa
[FIX] Error with new in btoa
2018-10-04 16:44:55 +03:00