Why push shows argument of type ‘any[]’ is not assignable to parameter of type ‘never’ error? August 4, 2023 by Tarik Change this : const a = []; By this : const a = Array();