PLATFORM
  • Tails

    Create websites with TailwindCSS

  • Wave

    Start building the next great SAAS

  • Pines

    Alpine & Tailwind UI Library

  • Auth

    Plug'n Play Authentication for Laravel

  • Designer comingsoon

    Create website designs with AI

  • DevBlog comingsoon

    Blog platform for developers

  • Static

    Build a simple static website

  • SaaS Adventure

    21-day program to build a SAAS

Dylan Attal

@attaldylan

40 Points 0 Followers

2 Posts

0 Answers

User has not added any information in their about section.

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