Change Value of Dictionary using Key

suggest change
var dict = ["name": "John", "surname": "Doe"]
// Set the element with key: 'name' to 'Jane'
dict["name"] = "Jane"
print(dict)

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:



Table Of Contents