Tutoring web design, you might be asked about centering. The tutor comments. In my experience, if there’s an element I’m trying to center, the width and height parameters are best to appear before the position parameters (including transforms, if applicable). …

Web design: CSS: can order of style parameters affect rendering? Read more »

The tutor shares an observation about the concat() function. The concat() function is used to join one or more strings to the end of another: var strng0 = “This string, “; var strng1 = “then this one” var strng2 = …

JavaScript: literal string with the concat() function Read more »