Click here to Skip to main content
16,004,564 members

Comments by Htc Saj (Top 5 by date)

Htc Saj 5-May-21 16:32pm View    
Thanks.Great answer
Htc Saj 6-Apr-21 10:14am View    
Thanks sir. Is this near solution ? r.getnew('subreddit').map(post =>post.title).then(console.log)
r.getNew({time: 'month'}).then(console.log);
Htc Saj 30-Mar-21 14:10pm View    
Deleted
Thanks sir. I think solution that I write above is good.
Htc Saj 30-Mar-21 14:10pm View    
Thanks sir. I think solution that I write above is good.
Htc Saj 30-Mar-21 8:35am View    
const newposts = await subreddit.getnew({time: 'month', limit: 10});

Is something like this ?