Posts by Tsuki Gva • 1 point
3 posts
-
-2
votes1
answer40
viewsQ: put the CDN, how do I write the code?
I am a beginner in programming and I have this question, I put the CDN <script src="https://unpkg.com/rivescript@latest/dist/rivescript.min.js"></script> to install the rivescript, but…
-
-2
votes1
answer64
viewsQ: Prompt still not running
<script> function numAleatorio(tamanho) { var nums = '0123456789'; var aleatorio = ''; for (var i = 0; i < tamanho; i++) { var rnum = Math.floor(Math.random() *…
javascriptasked Tsuki Gva 1 -
-2
votes2
answers75
viewsQ: image does not appear in javascript
var canvas = document.getElementById("canvas"); var contexto = canvas.getContext("2d"); contexto.fillStyle = "dimgray"; contexto.fillRect(0,0, canvas.width, canvas.height); contexto.fillStyle =…
javascriptasked Tsuki Gva 1