Pinned Loading
-
Average movie rating on Allociné
Average movie rating on Allociné 1const notes = document.querySelectorAll('.stareval-note');
2arrNotes = [];
3leSum = 0;
4for (var i = 0; i < notes.length; i++) {
5const noteInt = parseInt(notes[i].innerText, 10);
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.