I want to create a method such as "attr" where you can use it to get or set an attribute of an html element by passing in just the name of the attribute you want or the name and the value you want to set. In jQuery it would look like this:I want to create a method such as "attr" where