what is one of the roles of the let keyword?
let text = String::new("LinkedIn");
request to borrow a string.
Create a text object.
Assign an immutable value.
Assign a mutable value.