function main() { return 2 * 5 / 3 } console.log(main())