7 lines
137 B
JavaScript
7 lines
137 B
JavaScript
const bookInfo = {
|
|
titre: "Les Misérables",
|
|
auteur: "Victor Hugo",
|
|
genre: "Roman historique",
|
|
};
|
|
|
|
module.exports = bookInfo; |