- Notifications
You must be signed in to change notification settings - Fork230
Map and Set#263
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Merged
Uh oh!
There was an error while loading.Please reload this page.
Merged
Map and Set#263
Changes fromall commits
Commits
Show all changes
24 commits Select commitHold shift + click to select a range
cd5ac90
mapset
vplentinax981da7f
update solution
EzequielCastee4ceae7
update task
EzequielCaste78e1bfa
update solution
EzequielCastee61c2a6
corrección de líneas
EzequielCaste1c79cbe
corrección número líneas
EzequielCaste883cd95
fixed line numbers
EzequielCastee6f57ea
Update 1-js/05-data-types/07-map-set/01-array-unique-map/task.md
vplentinaxaf49a81
Update 1-js/05-data-types/07-map-set/01-array-unique-map/task.md
vplentinax459c874
Update 1-js/05-data-types/07-map-set/01-array-unique-map/task.md
vplentinaxf6f6016
Update 1-js/05-data-types/07-map-set/01-array-unique-map/task.md
vplentinax438b4d7
Update 1-js/05-data-types/07-map-set/01-array-unique-map/task.md
vplentinaxe101acc
Update 1-js/05-data-types/07-map-set/01-array-unique-map/task.md
vplentinaxf754d71
Update 1-js/05-data-types/07-map-set/01-array-unique-map/task.md
vplentinax740687f
Update 1-js/05-data-types/07-map-set/03-iterable-keys/task.md
vplentinax444e0a5
Update 1-js/05-data-types/07-map-set/article.md
vplentinax669b0ff
Update 1-js/05-data-types/07-map-set/article.md
vplentinaxc3f6fc4
Update 1-js/05-data-types/07-map-set/article.md
vplentinaxb2df4f7
Update 1-js/05-data-types/07-map-set/article.md
vplentinax2c56508
Update 1-js/05-data-types/07-map-set/article.md
vplentinax74fee8b
Update 1-js/05-data-types/07-map-set/article.md
vplentinax3178435
Update 1-js/05-data-types/07-map-set/article.md
vplentinax3b5c116
Update 1-js/05-data-types/07-map-set/article.md
vplentinax7dcaca0
Update task.md
vplentinaxFile filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
6 changes: 4 additions & 2 deletions1-js/05-data-types/07-map-set/01-array-unique-map/task.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -19,9 +19,11 @@ let values = ["Hare", "Krishna", "Hare", "Krishna", | ||
"Krishna", "Krishna", "Hare", "Hare", ":-O" | ||
]; | ||
alert( unique(values) ); // Hare, Krishna, :-O | ||
``` | ||
vplentinax marked this conversation as resolved. Show resolvedHide resolvedUh oh!There was an error while loading.Please reload this page. | ||
vplentinax marked this conversation as resolved. Show resolvedHide resolvedUh oh!There was an error while loading.Please reload this page. | ||
P.D. Aquí se usan strings, pero pueden ser valores de cualquier tipo. | ||
vplentinax marked this conversation as resolved. Show resolvedHide resolvedUh oh!There was an error while loading.Please reload this page. | ||
P.D.S. Use `Set` para almacenar valores únicos. |
14 changes: 7 additions & 7 deletions1-js/05-data-types/07-map-set/02-filter-anagrams/solution.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
2 changes: 1 addition & 1 deletion1-js/05-data-types/07-map-set/02-filter-anagrams/task.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
1 change: 1 addition & 0 deletions1-js/05-data-types/07-map-set/03-iterable-keys/solution.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
5 changes: 2 additions & 3 deletions1-js/05-data-types/07-map-set/03-iterable-keys/task.md
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.Learn more about bidirectional Unicode characters
Oops, something went wrong.
Uh oh!
There was an error while loading.Please reload this page.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.