bytewiser 是 nodeschool.io 出品的nodejs入门练习项目
bytewiser-exercise-1
Write a node program that prints a buffer object containing the string “bytewiser” using console.log.
|
|
bytewiser-exercise-2
Given an unknown number of bytes passed via process.argv, create a buffer from them and output a hexadecimal encoded representation of the buffer.
|
|