const _ = require('lodash'); const arr = [1, 2, 3, 4, 5]; console.log('Shuffled array:', _.shuffle(arr));