yudapc / print-result

Print Result Basically for console

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

print-result

Print Result Basically for print value of result on console (Command Line)

How To Install

$ npm install -g print-result

How To Use

$ node
const { results } = require('print-result');
pedestal = 10;
height = 5;
triagularArea = 0.5 * pedestal * height;
results(triagularArea, 'should 25');

About

Print Result Basically for console


Languages

Language:JavaScript 100.0%