/*alter*/
function $(id) {
  if (typeof id == 'string') {
    return document.getElementById(id)
  }
  return id
}