How to do integer division in javascript (Getting division answer in int not float)? [duplicate] November 11, 2022 by Tarik var answer = Math.floor(x) I sincerely hope this will help future searchers when googling for this common question.