We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 35ef07f commit 8e9d960Copy full SHA for 8e9d960
README.md
@@ -31,7 +31,7 @@ const variableB = 1;
31
if(variableA == variableB){
32
console.log('Las variables son iguales')
33
}else{
34
-console.log('Las variables son diferentes)
+console.log('Las variables son diferentes')
35
}
36
```
37
0 commit comments