рони, спасибо что откликнулись )
let{style} = document.querySelector(".slick-track");
style.height = "400px"; // или style.height = "";
В таком случае ошибка в консоли Uncaught TypeError: Cannot destructure property `style` of 'undefined' or 'null'.
var element = document.getElementsByClassName('slick-track');
element[0].style.height = '400px';
В таком случае ошибка Uncaught TypeError: Cannot read property 'style' of undefined