80a37259cc
Travis build: 646
2018-10-16 08:37:05 +00: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
50ab76b1ad
Travis build: 644
2018-10-16 08:30:05 +00:00
6a34936678
Merge pull request #841 from Siarhei-Zharnasek/master
...
Simplify countBy
2018-10-16 11:28:26 +03:00
b8234a613c
Travis build: 642
2018-10-16 05:29:42 +00:00
e877f29eb7
Merge pull request #844 from 30-seconds/react-link-addition
...
[ENHANCEMENT] add 30react to similar projects - it's no longer a secret
2018-10-16 08:28:03 +03:00
e75ec8501e
add 30react to similar projects - it's no longer a secret
2018-10-15 19:48:06 +02:00
782192943a
Simplify countBy
2018-10-15 12:18:24 +04:00
fd927950a8
Travis build: 639
2018-10-15 05:10:18 +00:00
1189a4c9ea
Merge pull request #838 from mphan6/Issue-833
...
Correct palindrome.md description
2018-10-15 08:08:51 +03: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
60e4d3895f
Travis build: 637
2018-10-11 12:09:31 +00:00
53fea89c85
Merge pull request #828 from 8eni/typo-update-snippet-sample-description
...
[FIX] Updates typo in 'sample' snippet from 'of' to 'off'
2018-10-11 15:07:50 +03:00
5d0e81a1cc
Updates typo in sample snippet from of to off
2018-10-11 10:57:51 +01:00
ed8386e4c7
Travis build: 635
2018-10-10 20:55:48 +00:00
f97a542764
Update README-start.md
2018-10-10 23:53:40 +03:00
80ab4013d0
Travis build: 630
2018-10-10 18:02:26 +00:00
b4f3a47908
Merge pull request #826 from Siarhei-Zharnasek/master
...
Simplify unionBy
2018-10-10 21:00:53 +03:00
8d558bf6fa
Simplify unionBy
2018-10-10 16:47:58 +04:00
e7b3518fe4
Travis build: 626
2018-10-09 16:34:03 +00:00
130191a8fe
Remove localize.js and some rogue .js files
2018-10-09 19:31:56 +03:00
2b5f09becb
Travis build: 624
2018-10-09 16:20:38 +00:00
6f4850d33f
Merge pull request #811 from tricinel/update-glossary-terms
...
Update glossary terms
2018-10-09 19:18:57 +03:00
e6311681bb
Update ShadowDOM.md
2018-10-09 19:16:42 +03:00
380caec3af
Travis build: 622
2018-10-09 11:17:03 +00: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
1d7fb0c8bf
Travis build: 620
2018-10-09 08:16:49 +00:00
3895e3c845
Merge pull request #818 from sanket0896/patch-1
...
[FIX] Fixed typo
2018-10-09 11:15:10 +03:00
e3ff04a19c
Fixed typo
...
Changed "demiliter" to "delimiter" in line 5
2018-10-09 13:31:18 +05:30
bc4b6cc188
Travis build: 618
2018-10-08 19:34:23 +00:00
8c8cd9313f
Update README-end.md
2018-10-08 22:32:44 +03:00
72436fad9d
Merge remote-tracking branch 'origin/master'
2018-10-08 22:31:55 +03:00
8b72143e32
Revert "Update README-start.md"
...
This reverts commit c8c60895e8 .
2018-10-08 22:31:47 +03:00
4aff2ed316
Travis build: 615
2018-10-08 18:47:47 +00:00
3f68b1b8f1
Update README-start.md
2018-10-08 20:46:04 +02:00
593d2f0a06
Travis build: 613 [custom]
2018-10-08 17:23:40 +00:00
e08e034877
Delete NOTICE.md
2018-10-08 20:17:54 +03:00
d5ab036c30
Travis build: 609
2018-10-08 17:10:39 +00:00
2fd0e93cfd
Merge pull request #762 from 30-seconds/packager
...
[FIX] Packager script: Babel 7, named exports
2018-10-08 20:08:41 +03:00
ccaf4332be
Update .gitignore
2018-10-08 20:06:32 +03:00
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
a2e49e3ba7
Merge pull request #1 from 30-seconds/master
...
update
2018-10-08 21:44:58 +08:00
8ac2ce645e
Travis build: 606
2018-10-07 18:55:31 +00:00
b824723a7a
[FEATURE] Adding Heron's formula for area of any triangle ( #813 )
...
Heron's Formula for Area of any (valid) triangle.
## Description
Adding heronArea.js and adding the corresponding entry in tag_database. More info on Heron's formula (and why it works) here: https://en.wikipedia.org/wiki/Heron%27s_formula . This is exceptionally helpful for simplifying any math being done inside your JS, and abstracts away any altitude calculations being done before the (1/2)bh calculation often used instead.
## 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 20:53:51 +02:00
215db8de59
Travis build: 604
2018-10-07 13:26:08 +00:00