const readline = require('readline'); const PassWordList = [ { chats: ['a', 'b', 'c'], value: 2, }, { chats: ['d', 'e', 'f'], value: 3, }, { chats: ['g', 'h', 'i'], value: 4, }, { chats: ['j', 'k', 'l'], value: 5, }, { chats: ['m', 'n', 'o'], value: 6, }, { chats: ['p', 'q', 'r', 's'], value: 7, }, ...