Skip to content
View javascript-pro's full-sized avatar

Block or report javascript-pro

Block user

Prevent this user from interacting with your repositories and sending you notifications. Learn more about blocking users.

You must be logged in to block users.

Please don't include any personal information such as legal names or email addresses. Maximum 100 characters, markdown supported. This note will be visible to only you.
Report abuse

Contact GitHub support about this user’s behavior. Learn more about reporting abuse.

Report abuse
javascript-pro/README.md

是的,兄弟🤙 太完美了👌 看看这里👉 那是老学校🤟

🦹‍♀️ 超级反派女人 👼 天使

  const handleBetragBlur = () => {
    let num = parseFloat(betragInput.replace(',', '.'));
    if (isNaN(num) || num < 1) num = 1;
    if (num > 10_000_000) num = 10_000_000;
    setBetragInput(num.toFixed(2));
    handleChange('Betrag', num);
  };

Pinned Loading

  1. goldlabel-apps/aki goldlabel-apps/aki Public

    Abgeschottet KI is a Prototype of a ringfenced AI powered Document Management for SMEs

    TypeScript 1