T.T.T.32: COUNT WITH YOUR FINGERS
Complete the function which accepts an integer, and returns the name of the finger on which the counting will end: "Thumb", "Index finger", "Middle finger", "Ring finger", or "Little finger".
EXPLANATION CODE:
1) The function uses an array with a length of 8 and an index for each key on the keyboard. The members of the array stand in for the fingers that press the keys; the first element represents the finger that presses key 0, the second element represents the finger that presses key 1, and so forth.
2)The bitwise AND operator & with 7 (which is equivalent to n% 8 in this context) is used by the function to determine the input n's remainder when divided by 8. This makes sure that the input value always falls within the array's valid range.
3) The element of the array at the determined index, which indicates the finger used to press the associated key, is then returned by the function.
Contents:
0:00 - Reading
0:50 - Solving
2:50 - Explaining
#codewars #code #wars #javascript #ttt #with #your #fingers #javascriptprogramming programming #education #tutorial #computerscience #puzzles #games
Other Videos By One Person Studio
2023-04-17 | DWELLER #shorts #unrealengine #animation |
2023-04-17 | CAPTAIN AMERICA #shorts #art #drawing |
2023-04-17 | ARGENTINA MAP #shorts #art #drawing |
2023-04-17 | MASTER ROSHI #shorts #art #drawing |
2023-04-17 | PYTHON LOGO |
2023-04-16 | ALIEN III #shorts #unrealengine #animation |
2023-04-16 | BATMAN #shorts #art #drawing |
2023-04-16 | GON #shorts #art #drawing |
2023-04-16 | SIMPLE GAME |
2023-04-16 | HULK #shorts #art #drawing |
2023-04-16 | T.T.T.32: COUNT WITH YOUR FINGERS |
2023-04-16 | SKETCHBOOK TOUR PART C (100) #shorts #art #drawing |
2023-04-15 | ALIEN II #shorts #unrealengine #animation |
2023-04-15 | SYLVEON #shorts #art #drawing |
2023-04-15 | KAKASHI SENSEI #shorts #art #drawing |
2023-04-15 | KAZUMA SATOU #shorts #art #drawing |
2023-04-15 | CODINGAME: TABLE OF CONTENTS |
2023-04-14 | BORUTO #shorts #art #drawing |
2023-04-14 | FOXY #shorts #art #drawing |
2023-04-14 | MINI MAX SUM |
2023-04-14 | JUSTIN BIEBER #shorts #art #drawing |