Learn JavaScript in Construct, part 5: Functions

You're viewing a single comment in a conversation. View all the comments
  • 1 Comments

  • Order by
    • [-] [+]
    • UpvoteUpvote 1 DownvoteDownvote
    • AT1's avatar
    • AT1
    • 1 points
    • *
    • (0 children)

    function with paramert isn't working

    function blabla(bl1,bl2)

    {

    console.log('kshfkdhfkdj ${bl1} ku ksdf ${bl2}');

    };

    blabla(2, 3);

    update

    it's becouse ' <> `