JSFiddle - React, Tailwind, and code Playground

JavaScript

var rights = {
    'One': [ 1, 1, 0],
    'Two': [ 1, 0, 0],
    'Three': [ 0, 1, 1 ]
};

for (var key in rights) {

key = "toto";
console.log(key);
}