Programming Content

Hello.

안녕하세요. Programming,

PROGRAMMING

Programming

2023년

  • start

C++ / Python

Code

// Example can be run directly in your JavaScript console

// Create a function that takes two arguments and returns the sum of those
// arguments
var adder = new Function("a", "b", "return a + b");

// Call the function
adder(2, 6);
// > 8

© 2024. All rights reserved.

Powered by Hydejack v9.1.6