Loading collection data...
Collections are a way for you to organize kata so that you can create your own training routines. Every collection you create is public and automatically sharable with other warriors. After you have added a few kata to a collection you and others can train on the kata contained within the collection.
Get started now by creating a new collection.
This comment is hidden because it contains spoiler information about the solution
Try returning the value instead of printing to console.
Let me know if that works in js.
In python we return the values.
Try this question without using arithmatic operators (Level 1).
Again try this question without any type of operators (Level 2).
This are the follow up questions asked in interviews.
You can find the solution for above two questions in this video.
https://www.youtube.com/watch?v=21dubQbbZ1c&list=PLCzjSL3T_UnRytK3pLwwrX0I26Y9UYY9A&index=9
Subscribe to my channel for more videos.
You have to return the result outside the function and not print it
You can see the solution here
https://www.youtube.com/watch?v=21dubQbbZ1c&list=PLCzjSL3T_UnRytK3pLwwrX0I26Y9UYY9A&index=9
Subscribe to my channel for more videos.