+ 1
how to find comments in html source page?
i mean do i have to look across the whole page to see all comments
2 Answers
0
Hi,
If you are on desktop try using ctrl + F, I think sololearn editor has this functionality implemented
Hope it helps you
0
Depending on the webpage you are looking at, quite likely the comments were for devs' eyes only, so they get pre-processed out. Most comments (such as "// this is super busted, fix later) should not be viewable client-side.
Hopefully this was what you were asking about. If not, we may need more context.