wzhouwzhou / one-line-wonders

OneLineWondersCode | 1000+ Commits | 279/300 One Liners | 200+ Forks | Actively maintained open-source collection of "one-line" programs performing various tasks in different languages
https://hacktoberfest2018.suya.moe
GNU General Public License v3.0
96 stars 192 forks source link

Create rpxs_subtract.js #452

Closed rpxs closed 3 years ago

rpxs commented 3 years ago

Please describe your program and how to run it.

This program subtracts the number (b) from the number (a). You can run it by replacing a and b with ints and pasting it in your browser's javascript console.


What Programming Language?

JavaScript.