const Topic = require(\'./models/topic\'); practice=()=>{ Topic.find() .then(result=>{ console.log(result); }) .catch(err=>{