Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 628 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 628 Bytes

Welcome to CarrotScript!

CarrotScript is a online free programming language. Just copy and paste one line of code, and you are ready to use it. Here, we will learn about CarrotScript.

Plugin

You can add the CarrotScript Library to your website with one line of code:

<head>
<!-- Add this line of code in the header: -->
<script src="https://carrotscript.github.io/plugin.js"></script>
</head>

Then it loads all the commands. Then you can use CarrotScript like this at the end of your body tag:

<script>
<!-- Type CarrotScript with JavaScript here-->
</script>

© Greatly Gravitate 2021.