# Faker.HarryPotter
```js
Faker.HarryPotter.character() //=> "Harry Potter"
Faker.HarryPotter.location() //=> "Hogwarts"
Faker.HarryPotter.quote() //=> "I solemnly swear I am up to no good."
Faker.HarryPotter.book() //=> "Harry Potter and the Chamber of Secrets"
```