A Zoom call with a team lead of the company. Nice talk, showing the product and chatting a bit. Nothing special. Nothing more to say here :) bla bla bla
Interview questions [1]
Question 1
Write a js/ts function that gets numbers between 1 and 1000 inclusive, that prints 'boom' every time the loop iterates a number that is divided by 7 with no remainder. After that, add another condition, every number that contains the number 7 (without using strings, only number and aritmetic actions). Then, stop the program for 1 seconds and then print the same 'boom'.