Create
Tools
Account
Free & open source
On GitHub
Resources
Community
Platform
Open Source
@attaldylan · Joined July 2021
2 Posts
0 Answers
Written by Dylan Attal
# 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...