Light Mode
Dark Mode
check score...

Hi all,

on page: http://www.checkio.org/profile/user/list/{user name}

you can check your score with this line of js:

var sum = 0; var score = 0; $('div.experience.current').each(function(i) { var s = parseInt($(this).text()); if(i==0) sum = s; else score += s; }); console.assert(sum == score, "Incorrect score! Expected: " + score);

  • experience
  • score
Created: Dec. 20, 2012, 4:06 p.m.
Updated: Sept. 30, 2013, 1:46 p.m.
0
30
User avatar
bunnychai