Skip to content

Commit

Permalink
BIG BOI UPDATE
Browse files Browse the repository at this point in the history
  • Loading branch information
Buggem authored Jul 18, 2022
1 parent 6e2dae8 commit 163e593
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/jpure.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
var jpure = {
"version": "v0.1",
"version": "v0.1.1",
docs: {
'chapterI': ["CHAPTER 1, the first few functions", "\"minimise\" and \"maximise\" explained.\nMinimise and maximise both originate from StackOverflow,\nhttps:\/\/stackoverflow.com\/a\/56867045.\nNow I take a even bigger step, writing some very interesting code.\nI called the piece of code \"binaryGarbage\" because it generated random 1s and 0s.\nI love to push some of the output into a minimise function.\nSee the text with \"binaryGarbage\" in it.\nThe last of the first few functions was mindblowing."], // CHAPTER 1, the first few functions
'readdoc': function(doc) { console.log(`${doc[0]}\n\n\n${doc[1]}`); }
Expand Down

0 comments on commit 163e593

Please sign in to comment.