Dylan Attal

@attaldylan

40 Points 0 Followers

2 Posts

0 Answers

User has not added any information in their about section.

Dylan Attal · 2 years ago

CodeWars Mr. Freeze JavaScript

Instructions There is an object/class already created called MrFreeze. Mark this object as frozen so that no other changes can be made to it. Provided Code // mark the MrFreeze object inst...

Dylan Attal · 2 years ago

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...
5

Loading More Content