placing * before ( in javascript code example
Example 1: js insertbefore
// The Node.insertBefore() method inserts a node before a
// reference node as a child of a specified parent node.
let insertedNode = parentNode.insertBefore(newNode, referenceNode)
Example 2: how to add css for ::before event in jquery
how to add css for ::before event in jquery