Quiz
6 questions to test your memory
Last updated
Was this helpful?
6 questions to test your memory
Last updated
Was this helpful?
A. Anders Hejlsberg
B. Don Syme
C. Scott Wlaschin
::
operator? ā± 10āāA. Append
B. Concat
C. Cons
A. let a = "a"
B. let a () = "a"
C. let a = fun () -> "a"
|>
operator? ā± 10āāA. Compose
B. Chain
C. Pipeline
D. Pipe
A. a == "a" && b != "*"
B. a == "a" && b <> "*"
C. a = "a" && b <> "*"
D. a = "a" && b != "*"