Prints basic information about Chalkboard into the console.
Example
Chalkboard.README(); // Returns in the console: // The Chalkboard Library // Version 2.3.0 Boole released 04/14/2025 // Authored by Zushah ===> https://www.github.com/Zushah // Available under the MIT License ===> https://www.opensource.org/license/mit/ // // The Chalkboard library is a JavaScript namespace that provides a plethora of both practical and abstract mathematical functionalities for its user. // // Repository ===> https://www.github.com/Zushah/Chalkboard // Website ===> https://zushah.github.io/Chalkboard
Prints basic information about Chalkboard into the console.
Example