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

The aggregate exercise question has mark down that doesn't display well on the terminal #57

Open
kazzacarrot opened this issue May 12, 2017 · 0 comments

Comments

@kazzacarrot
Copy link
Contributor

kazzacarrot commented May 12, 2017

It reads

## HINTS

To use the aggregate() function, one first needs the collection.
The aggregate() function takes an array of objects as the first argument.

This array will contain the different pipelines for the aggregation.
To read more about pipelines, please visit [Aggregation](http://docs.mongodb.org/manual/core/aggregation-introduction/).
To read more about aggregate(), please visit [`aggregate()`](http://mongodb.github.io/node-mongodb-native/2.2/api/Collection.html#aggregate).

The two main pipeline stages we will use will be $match and $group.

On github, https://github.com/evanlucas/learnyoumongo/blob/master/exercises/aggregate/problem.md, it looks fine,
but my terminal isn't able to process it.

@kazzacarrot kazzacarrot changed the title The aggregate exercise question has a markup mistake in it The aggregate exercise question has mark down that doesn't display well on the terminal May 12, 2017
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

No branches or pull requests

1 participant