python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
change variables in an unknown python structure
Lets say i have a list or dictionary, each one contains many dictionaries, lists, sets,string,floats, and so on.
every time i need to handle different structure, but what i know is that all the string...
Matan
Votes: 0
Answers: 1
how does memory allocation work in JS when assigning variable with primitive value to a variable?
I've been studying JavaScript language itself, and came up with a question.
What does it look like when assinging a variable with primitive value to other variable?
For example, take a look at the cod...
1005hoon
Votes: 0
Answers: 0