about | help | code help+videos | done | prefs |
getLeastSignificantByte
Define a function that when passed an integer, returns the last (least significant) byte of the integer. getLeastSignificantByte(1729) → 193 getLeastSignificantByte(128) → 128 getLeastSignificantByte(65664) → 128 ...Save, Compile, Run (ctrl-enter) |
Progress graphs:
Your progress graph for this problem
Random user progress graph for this problem
Random Epic Progress Graph
Difficulty: 2 Post-solution available
Copyright Nick Parlante 2017 - privacy