How do you pronounce => (associate) | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 7

How do you pronounce => (associate)

Like if you are pair programming, how would you read or say "key" => "value" ?

25th Sep 2016, 9:55 AM
Miro Marchi
Miro Marchi - avatar
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 🍻
28th Sep 2016, 1:28 AM
Bruno de Oliveira
Bruno de Oliveira - avatar
+ 2
I think 'associative' would be better.
8th Dec 2016, 2:27 PM
Peters Chikezie
Peters Chikezie - avatar
+ 2
@Dominik greater or equal to is written like this >=
8th Dec 2016, 6:55 PM
Peters Chikezie
Peters Chikezie - avatar
+ 2
Example: "age" => "22" will be said like this : age having 22
26th Dec 2016, 8:34 AM
Raniket Ram
Raniket Ram - avatar
- 2
assoshiative
13th Nov 2016, 9:38 PM
Man Ray
Man Ray - avatar
- 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.
8th Dec 2016, 5:29 PM
Pingvinich
Pingvinich - avatar
- 7
we will read it as Key Greater Than Or Equal To Value.
25th Sep 2016, 10:01 AM
Ravi Jain