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.
The require statement is actually not necessary for this Kata, so you can write your code as if you had included it and it will work.
If you do want to include a require statement for practice, you have to add '.Buffer' to the end of the statement as follows:
const buffer = require('buffer').Buffer;
The description for using require statements given in the project description can be misleading for people without Node.js experience.
yo tanimul :D
Why does it keep saying "Buffer.from is not a function"?