I am quite new with Julia, I am curious about the vectorized operations in Julia.
Example:
x = [1 2 3] y = [3 4 5]
If I run the above