+ 7
How do you pronounce => (associate)
Like if you are pair programming, how would you read or say "key" => "value" ?
7 Answers
+ 4
Please pay attention to the fact that "greater or equal to..." is >=, completely different from =>. In this case meaning that you are associating the value "value" to the variable "key".
I hope I helped you. Cheers đ»
+ 2
I think 'associative' would be better.
+ 2
@Dominik greater or equal to is written like this >=
+ 2
Example: "age" => "22"
will be said like this : age having 22
- 2
assoshiative
- 2
=> is means, that condition a is greater or equals b. For example: 5=>2. It will be true because, 5 is greater then 2.
- 7
we will read it as Key Greater Than Or Equal To Value.