Hi!
Havent been able in atom to connect the output with the given input variable. I dont know if i have to download a package
Example 1:
var numbers = document.getElementById(‘numbers’);
var result = document.getElementById(‘result’);
var a = prompt(‘Write first number’);
var b = prompt(‘Write second number’);
var c = prompt(‘Write third number’);
numbers.textContent = ‘The numbers introduced are: {a}, {b} y ${c}.’;
Example 2:
Either to make a var Total: a + b + c;
In another program I saw someone using $(var) to grab the input. In Atom it seems it doesnt work that way.
PLEASEE!! THANKS. Havent been able to advance in my classes.
