• Need 700 points in practice.
  • 1000 points in content.

Currently points I have for problems: (These problems mayn’t be uploaded onGFG site)

const pages = dv.pages('#gfg_dsa_problem');
let points = 0;
for (let i = 0; i <= pages.length; i++) {
	if (pages[i]?.points) {
		points += pages[i]?.points;
	}
}
dv.list([points]);

All problems with points is greater than 0

table points as Points, tags from #gfg_dsa_problem where points > 1