Guest User

Untitled

a guest
Oct 20th, 2017
73
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. app.js
  2.  
  3. var userLen = document.querySelectorAll('.username').length
  4. document.querySelectorAll('.username').forEach(function (event) {
  5. event[event === (userLen - 1)].innerHTML = window.localStorage.getItem('micky')
  6. })
Add Comment
Please, Sign In to add comment