We're sorry but this app doesn't work properly without JavaScript enabled. Please enable it to continue.

This lesson's interactive features are locked, please to keep using them

8 Bytes

This first challenge is all about testing our new hires' ability to read and write data to and from data streams.

You'd be surprised what some React Andy's can't do...

Assignment

  1. Remove the printing of "I hope I get the job!".

Instead, your program will now read messages.txt 8 bytes at a time and print that data back to stdout in 8 byte chunks. Here's some pseudocode:

Run and submit the CLI tests.