The code ```java public static String[] countOffDays(String startTime, String stopTime) { int[] t1,t2; } ``` converts to ```javascript static countOffDays(startTime, stopTime) { var t1 var t2; } ``` missing the semicolon.