ilonababayan / Airport-guide

2 stars 1 forks source link

milestone.js.parking.part #3

Open veronikamezhlmyan opened 4 years ago

veronikamezhlmyan commented 4 years ago

Ms Satenik, we couldn't add Arina to our airport guide group in github, so she couldn't add something in issue part, that is why Veronika is submitting her part here.

let display = document.getElementById("floors"); display.innerHTML= "currentfloorbutton" + avfloor;

When we run the code it shows that there is issue in this part and also reference error, we couldn't understand what is wrong with this part and why it is incorrect.

satenikmnatsakanyan-aua commented 4 years ago

Go To Settings > Contributors and Arina please

arinasahakyan commented 4 years ago

Ms Satenik I currently have access to the issues

arinasahakyan commented 4 years ago

@satenikmnatsakanyan-aua let display = document.getElementById("floors"); display.innerHTML= "currentfloorbutton" + avfloor;

document.getElementById("avfloors").innerHTML = display

In this part we were unable to run the code as there was an error, however, still after working on it we could not understand why was it incorrect

satenikmnatsakanyan-aua commented 4 years ago

display.innerHTML= "currentfloorbutton" + avfloor; this code will add the following TEXT to the div that have ID floors - I don't think you need that

Arina jan you need to check your HTML again