↳
(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 Less
↳
put those integers into an array, pick every third element, out of which discard every third element. Less
↳
I wrote failing unit tests to determine the API first and then kept writing code until the tests succeeded. Less
↳
Do they expect use of rspec, minitest or just simple assert methods for tdd?
↳
Use a trie
↳
6 times
↳
realizando los ejercicios solicitados
↳
I was a WordPress PHP developer at the time and I discovered that with Ruby on Rails you have more control over data flow and the Rails routing engine. (interview did not seem to understand what I meant by data flow). I explained from a data flow perspective that Rails allows for custom routes and custom routes with their own actions, unlike WordPress, which I was working with at the time. (Interviewing began wanting to debate me that you cannot compare one with the other). I answered I was not doing a compare and contrast, but walking him through how I went from PHP WordPress to being a Ruby on Rails developer. Less