Welcoming 2024, with Hitesh Sir Videos!!!! Completed the js and react series, after this ts series will start your backend series!!!! You're a GEM sir!!! Loooooots of Love and Respect to you!!!!
@ankushladani4962 жыл бұрын
In case of array if we have to make array readonly then we have to use readonly 2 times for example: readonly scores : readonly numbers[]
@jaytillu8861Ай бұрын
Because _id is an array, we can modify the elements within the array (like adding or changing elements), but we can't reassign _id itself to a new array.
@PrabinManandhar-y5l5 ай бұрын
in case of arrays, we can still change the contents of the array because it is of reference type, ie, the variable holds the reference to the array and not the array values itself, so until the reference is the same we can do anything with the array.
@ofcljaved Жыл бұрын
In case of readonly arrays we can't assign it another array but can push a value and even change the value by indexing. I did it and typescript didn't gave me any error
@pankajkumarsharma3182 Жыл бұрын
yes we can push the values to the array readonly property
@ShubhamVsCode2 жыл бұрын
Making progress with Hitesh Sir in Typescript 💖
@csstudent50012 жыл бұрын
Sir can we create movable devices cluster in python plz reply me
@pratikbhujbal69158 ай бұрын
in case in readonly we cannont assign new array to that array but we can push value in that array.
@MessiLeo2312 Жыл бұрын
4:14 NO
@priyojitsingha5 ай бұрын
4:11 answer: If _id would be an array, we can push values into it
@sanupdivakaran4 ай бұрын
Yes, we could push values to id array even in case of READONLY.
@HARSHKUMAR-g2d6u2 ай бұрын
if id is array we can push the value in it regardless it readonly
@faizanahmed93042 жыл бұрын
incase of arrays, if it is assigned readonly, we can't really push the elements into the array
@yanshmoradiya Жыл бұрын
great work
@someshpundir78810 ай бұрын
he said subscribe and the subscribe button just glowed up
@AryanKeluskar-jw9ge7 ай бұрын
yes, we can push to a readonly array
@Dev-Phantom4 ай бұрын
great video thanks for sharing
@csstudent50012 жыл бұрын
Hello sir! Sir can we create a moviable devices cluster in python.. sir plz reply me
@csstudent50012 жыл бұрын
Sir I m doing research simulation in ns3 ....I need your help .can you help me
@abdulkhader36502 жыл бұрын
I purchase your Course Not able to play on Ubuntu os
@jalluchakri1528 Жыл бұрын
Hello Sir I like this video sir and explanation also sir
@UtkarshSharma-di7vo2 ай бұрын
4:13 Yes we can push values if the type of _id is array and we can replace a particular value as well
@anuraggupta10086 ай бұрын
day 2
@MuhammadBilal-gf7ci2 жыл бұрын
I am already a subscriber.😉
@Priyanka-bd6um Жыл бұрын
Thank you 🧡
@YouAndImpact2 жыл бұрын
Great 👍
@abdulkhader36502 жыл бұрын
Your support is not good I raised video play issue no reply yet
@ankushladani4962 жыл бұрын
Present Sir...
@Vikas-dm9uc2 жыл бұрын
❤❤❤❤❤❤❤
@ankushladani4962 жыл бұрын
Sir give Homework like today's video So that we can have a habit of googling things and learn from self.