3 lines
48 B
Text
3 lines
48 B
Text
fn timesTwo(x: number): number {
|
|
return x*2
|
|
}
|
fn timesTwo(x: number): number {
|
|
return x*2
|
|
}
|