Skip to content

504-base-7

DevGod
DevGod
Elf Vtuber
/**
* @param {number} num
* @return {string}
*/
var convertToBase7 = (num) => num.toString(7);