Dylan Attal

@attaldylan · Joined July 2021

40 Points 0 Followers

2 Posts

0 Answers

Codewars Basic Variable Assignment JavaScript

# Instructions > This code should store `"codewa.rs"` as a variable called name but it's not working. Can you figure out why? ## Provided Code ``` var a == "code"; var b == "wa.rs"; var name...