Type a var declaration space to flip Type a var declaration Answer var message = "ready"; The compiler infers message is a String from the initialiser. It is not dynamic typing — the type is fixed at compile time.