↳
(1..100).select { |x| x%3 == 0 && x%9 != 0
↳
1) start from number = 3 Loop while(number <= 100) 2) display number 3) number = number+3, display number 4) number = number+6 Loop Minder
↳
put those integers into an array, pick every third element, out of which discard every third element. Minder
↳
I wrote failing unit tests to determine the API first and then kept writing code until the tests succeeded. Minder
↳
Do they expect use of rspec, minitest or just simple assert methods for tdd?
↳
1) bigger value will be returned, 2) b is assigned to a if a is nil or false, 3) Boolean value will be returned based on the value of a and b(if any of a or b is nil or false false will be returned Minder
↳
Use a trie
↳
di un resumen de mi experiencia y conocimiento, la prueba tecnica era mas que todo teorica en la que consultaban conceptos basicos de desarrollo. Minder
↳
I answered , Elastic search is gem which is used to implement the search functionality. Minder
↳
6 times
↳
realizando los ejercicios solicitados
↳
What's the greatest challenge you've had working with other people?