1.0.5 • Published 2 years ago

javashorten v1.0.5

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

Welcome JavaShorten, a easier way to code.

This is a javascript package to shorten long keywords like "console.log" to print.

Start the process by entering

npm init -y

Into the console

Next run

npm i javashorten

Start the code by importing print

const log = require("javashorten");

Then log something using "print"

const print = require("javashorten");

print("Hello World");

And finally run in the terminal using node .


True or False

True of false or ToF is a easier if statement

Start by running npm init -y into the terminal

Next install javashorten by running npm install javashorten

Finally write the code in side your main javascript file

const ToF = require("javashorten");

const trueorfalse = new ToF(10 > 1)

Your console output will be true

If your condition turns out false it will send "False" into the console

1.0.5

2 years ago

1.0.4

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago