When using MakeCode Arcade, the easiest way to make modules is: B. By creating functions.
A MakeCode Arcade can be defined as a web-based code editor that is designed and developed by Microsoft Inc., in order to avail its end users an ability to create retro-arcade games for dedicated computer hardware and the web.
Generally, software developers that code on MakeCode Arcade can either use JavaScript or modules (blocks) to build their software program (game) in a web browser while using a grand total of eight (8) buttons such as:
Modules are also referred to as blocks and they can be defined as buttons, sprite or shakes that snap into each other to define the set of executable codes (program) that an Arcade will run.
In MakeCode Arcade, the easiest way to make modules is by creating functions because they reduce redundancy within the games.
Read more on functions here: https://brainly.com/question/15352352