Getting in some JavaScript coding today.
I’m working on a code that adds ID tags to any h3 elements in the body of a webpage. The name of the ID tag will either be made from the text of the h3 tag or the names of something else followed by a number.
I’m still figuring it out.