Update python name in index.md (#28360)

* Update index.md

Programming languages has no formal translation to spanish, they are named with their original names.

* fix: changed node to js
This commit is contained in:
Aldo
2019-05-14 23:55:51 -05:00
committed by Tomas Pozo
parent 5cb79c219b
commit e9c0198917

View File

@ -32,7 +32,7 @@ import time
**Node.js**
```node
```js
function my_io_task() {
setTimeout(function() {
console.log('done');