プログラムタイピング
PHP、JavaScript等様々な言語から出題!
プログラムを高速でタイプできるように...?
PHPやJavaScript、Python等様々な言語から出題します!!
ぜひお楽しみに!
PHPやJavaScript、Python等様々な言語から出題します!!
ぜひお楽しみに!
関連タイピング
-
しりとりしていかない?
プレイ回数177 短文かな60秒 -
AIが書いた文章です
プレイ回数5750 長文2229打 -
初心者の方、暇ならプレイしてみて!
プレイ回数38万 496打 -
テンプレです
プレイ回数139 180秒 -
AIが書いた文章です。
プレイ回数1841 長文1684打 -
hanaブルージンズサビ
プレイ回数195 歌詞かな60秒 -
テンプレです
プレイ回数141 180秒 -
夏休みといえばなんだと思う!?
プレイ回数399 短文311打
問題文
ふりがな非表示
ふりがな表示
(var code = input();)
var code = input();
(let run = start();)
let run = start();
(const item = document.title;)
const item = document.title;
(document.getelementbyid(”code”);)
document.getElementById("code");
(console.error();)
console.error();
(function(){})
function(){}
(console.log();)
console.log();
(document.title=”code”;)
document.title="code";
(var type = code + name;)
var type = code + name;
(const mime = file.type();)
const mime = file.type();
(session_start();)
session_start();
($code = ”happy”;)
$code = "Happy";
($_session[”type”])
$_SESSION["type"]
($_post[”code”])
$_POST["code"]
($_get[”id”])
$_GET["id"]
(exit;)
exit;
(base64_encode())
base64_encode()
(base64_decode())
base64_decode()
(file_get_contents())
file_get_contents()
(file_put_contents)
file_put_contents
など
(print(”hello world!”))
print("Hello World!")
(code = 2)
code = 2
(while i < 5:)
while i < 5:
(if code == 5:)
if code == 5:
(list = [ 1,2,3 ])
list = [ 1,2,3 ]