தமிழர் தேசிய ஃபார்வர்ட் பிளாக் கட்சி
Coming Soon...
🎵 Loading...
<html>
<head>
<title>TDFB Party</title>
</head>
<body>
console.log("Unite. Rise.");
</body>
</html>
function lead() { return "Freedom"; }
const leaders = ["SELVAM LEADER","TDFB"];
leaders.map(l => console.log(l));
<html>
<head>
<title>TDFB Party</title>
</head>
<body>
console.log("Unite. Rise.");
</body>
</html>
function lead() { return "Freedom"; }
const leaders = ["SELVAM","TDFB"];
leaders.map(l => console.log(l));