I have some data that looks like this:
obj = {
pref: {
language: 'English',
}
};
I want to change the value of language to 'Spanish'
I have some data that looks like this:
obj = {
pref: {
language: 'English',
}
};
I want to change the value of language to 'Spanish'