sir when will the course get completed. like in how many days sir.
@sunandapavan85382 жыл бұрын
IN line 6 we define line 3 in array but it get all the values[1 and 2 also] in Terminal is that correct ?
@KalyaniRaipur182 жыл бұрын
how do we take input from terminal sir
@abhishekkumarmodi72903 жыл бұрын
Good explanation....
@SaiTeja-i1m3 жыл бұрын
let data = [100,200] data[2] = 300 // this makes the data = [100,200,300] // now, what if I try below statement data[10] = 1100 // will this throw an error? Or will it set 10th index value as 1100 by setting values at 3 to 9 indices as undefined?
@avinashgsr3 жыл бұрын
it will set the data at 10th index to 1100. Values at index 3 to 9 as undefined
@SaiTeja-i1m3 жыл бұрын
@@avinashgsr oh ok thanks 👍
@ShivamKendre-fc3su3 жыл бұрын
great video
@nirusanhariharan83823 жыл бұрын
I enjoyed thank you 🤞
@12pseudonym3 жыл бұрын
Sir please comment on GitHub Copilot. Will it take developer's job away?