Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Convert multiple exercises to named exports #599

Merged
merged 1 commit into from
Jan 24, 2019

Conversation

tejasbubane
Copy link
Member

@tejasbubane tejasbubane commented Jan 24, 2019

Instead of default exports

Issue: #436

These are all the trivial changes - hence all at once. After this we have only 7 left which are not so trivial - they will be separate PRs - that would be easier to review.

➜  ag "export default"
exercises/variable-length-quantity/example.js
27:export default {

exercises/strain/example.js
18:export default Strain;

exercises/palindrome-products/example.js
38:export default Palindromes;

exercises/queen-attack/example.js
52:export default QueenAttack;

exercises/sum-of-multiples/example.js
19:export default Sum;

exercises/sieve/example.js
30:export default function (n) {

exercises/hexadecimal/example.js
1:export default function (hex) {

Copy link
Member

@SleeplessByte SleeplessByte left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You're the best @tejasbubane !!! 🥇

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants